Ilomac
Ilomac

Reputation: 11

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/configs/application.ini file into configuration.

Upvotes: 1

Views: 1801

Answers (2)

takeshin
takeshin

Reputation: 50638

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.

Upvotes: 0

Gordon
Gordon

Reputation: 316959

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.

Upvotes: 1

Related Questions