Look here http://weierophinney.net/matthew/archives/234-Module-Bootstraps-in-Zend-Framework-Dos-and-Donts.html, I solved it something like this http://binarykitten.me.uk/dev/zend-framework/177-active-module-based-config-with-zend-framework.html .
Regards, Saša Stamenković On Sat, Apr 24, 2010 at 11:05 AM, Ralf Eggert <[email protected]> wrote: > Hi, > > I have my /configs/application.ini with some routes defined for the > router application resource. Now I want to add some more routes which > are defined in a module specific config file. These module specific > routes should be added to a /modules/whatever/configs/application.ini > file. But unfortunately this file is not read automatically. > > Is Zend_Application not able to load module specific configuration out > of the box? And if it is able to do it automatically, how can I manage > this? > > Thanks and best regards, > > Ralf > >
