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:
Source
in the production environment:
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
Source
No comments:
Post a Comment