ZF-7743: Modules Generation in Zend_Tool
Description
i think Zend_Tool can be improved in the following ways
- upon module generation i think
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
should be added to application.ini
- Class names should be named with the Module prefix
eg. Admin_IndexController
currently when i generate a controller inside a module, the class name does not have the module name prefixed to it.
Comments
Posted by Jon Whitcraft (sidhighwind) on 2009-09-22T07:20:34.000+0000
Just Linking up the issues as they both contain the same problem.
Posted by Dolly Aswin Harahap (dollyaswin) on 2009-09-23T11:42:32.000+0000
Point 2 has fixed on ZF-7718 issue
Posted by Ralph Schindler (ralph) on 2009-10-16T22:22:20.000+0000
Fixed in r18600 in incubator as part of ZF-6787. Will be in 1.10 release.