Thanks Matthew. How can I do it the Zend_Applicaiton INI way?
When I set the module directory it appears that the last one wins. e.g. resources.frontController.moduleDirectory = APPLICATION_PATH "/modules1" resources.frontController.moduleDirectory = APPLICATION_PATH "/modules2" Regards, Nomolos On Sun, Aug 16, 2009 at 4:17 PM, Matthew Weier O'Phinney <[email protected]>wrote: > -- Nomolos Sharpe <[email protected]> wrote > (on Tuesday, 11 August 2009, 02:58 PM -0500): > > Is it possible to set multiple paths for the module directory? > > > > example: > > > > /default-modules > > /other-modules > > Yes -- you can call addModuleDirectory() multiple times. > > -- > Matthew Weier O'Phinney > Project Lead | [email protected] > Zend Framework | http://framework.zend.com/ > -- Regards, Nomolos
