6.0.0-git
2024-05-01
Last Modified 2010-05-04 by Michael Slusarz

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