[Wiki] created: Doc/Dev/ConversionH4

Michael Slusarz <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
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


-- 
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.