ZF-7114: Module name missing from actions in zend_tool created module controllers
Description
When an action is created in a module using zend_tool, the module name isn't prefixed to the action in the controller.
The command, "zf.sh create controller index index-action-included=1 admin," creates an IndexController in the application/modules/admin/controllers directory, with an action named "IndexAction" instead of "Admin_IndexAction".
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-09-17T15:38:12.000+0000
This is a duplicate