keith Pope-4 wrote: > > 2009/5/8 Rick Buitenman <[email protected]>: > ... > Yes, the module bootstrap resource will loop and call each module > bootstrap, though it skips the default module. > ... >
Is there a specific reason for this? You can of course say that the main bootstrap should contain the default behaviour, but I noticed that the main bootstrap file can't be extending Zend_Application_Module_Bootstrap (or at least didn't get it to work). I ended up writing resource loading for my default module's models in the _initAutoload of the main bootstrap, but it would have been nicer/cleaner if it could be handled the same way as the other non-default modules. Wkr Jeroen Keppens http://blog.keppens.biz -- View this message in context: http://www.nabble.com/A-question-about-bootstrapping-modules-tp23440331p23723626.html Sent from the Zend Framework mailing list archive at Nabble.com.
