views:

621

answers:

2

I am using reccomended app. structure ( http://framework.zend.com/manual/1.10/en/project-structure.filesystem.html ) in Zend Framework but I cant get each module config working. It just doesn't load modules/mymodule/configs/application.ini file into configuration.

A: 

That's pretty hard to answer with no code examples, so all I can offer for help is this article by Matthew Weier O'Phinney:

It might shed some light onto some of your module problems.

Gordon
A: 

Check the solutions offered by Pádraic Brady, one of the active contributors to the Zend Framework project.

Here is zfproposals - sample project on github.

takeshin