ZF-7121: zend tool create controller for module does not add module name for class controller
Description
Example. zf create project test zf create module admin zf create controller index index-action-included[=1] admin
last command creates an default controller with class name as "IndexController" into admin->controller
required change. class name of admin module controller should be Admin_IndexController.
We have created project test and module admin using zend_tool and we found this problem.
Regards Arup
Comments
Posted by Ralph Schindler (ralph) on 2009-10-16T22:20:26.000+0000
Fixed in r18600 as part of ZF-6787. Will be included in 1.10 release