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
