Wednesday, September 29, 2010

Enable modules in Zend Framework

After installing zend framework quickstart, I was looking for a solution to enable modules. Finally I found the solution, add the below line to your application.ini file
in the production environment:

resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"

Source

No comments:

Post a Comment