Module config in Zend Framework 1.10
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/co开发者_运维百科nfigs/application.ini file into configuration.
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:
- Module Bootstraps in Zend Framework: Do's and Don'ts
It might shed some light onto some of your module problems.
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.
精彩评论