i was testing out Zend_Tool to generate modules and i think by default, the
output is something like

/application
    /models
    /views
    /controllers
    /modules
        /blog
            /models
            /...

and the config still does not have 

resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"

thus going to servername/blog/index gives 404 error

if i add that line into config, i still need to remove 

resources.frontController.controllerDirectory = APPLICATION_PATH
"/controllers"

and move default module's folders to /modules? 

maybe Zend_Tool shld handle all these? 

or am i missing something? 
-- 
View this message in context: 
http://n4.nabble.com/Zend-Tool-Modules-Config-tp1591640p1591640.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to