chrwei / ArchReactorOS

web based software system for manging membership based community
http://archreactor.org/wiki/index.php/AROS
GNU General Public License v2.0
17 stars 3 forks source link

Don't instantiate all classes per default #13

Open kwisatz opened 14 years ago

kwisatz commented 14 years ago

init.php instantiates all classes by default.

Only objects that are required everywhere and save state (i.s. Smarty, AdoDB, Dispatcher) should be instantiated by default.