[cvs] [Wiki] created: Doc/Dev/ConversionH4
Michael Slusarz
slusarz at horde.org
Tue May 4 22:49:08 UTC 2010
slusarz Tue, 04 May 2010 18:49:08 -0400
Created page: http://wiki.horde.org/Doc/Dev/ConversionH4
[[toc]]
+ H4 Conversion !HowTo
Items that need to be converted...
++ Autoloading
Convert files/libraries to be able to be autoloaded.
Remove require/include calls within the code.
++ Remove CVS remnants
No need for $Horde$ in header comments.
++ Constants
Constants should be namespaced - preferably within the utility class
(e.g. lib/App.php).
++ Globals
Remove all use of globals within the application (use injector instead).
++ Injector Usage
Various Horde libraries now must be loaded via the injector.
++ Output buffering
Convert from Util::bufferOutput() -> Horde::startBuffer()
++ Prefs UI
TODO
++ Themes
TODO
More information about the cvs
mailing list