Issue Details (XML | Word | Printable)

Key: ZF-7114
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: N/A N/A
Assignee: Ralph Schindler
Reporter: Josh
Votes: 3
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Module name missing from actions in zend_tool created module controllers

Created: 24/Jun/09 09:59 AM   Updated: 17/Sep/09 03:38 PM   Resolved: 17/Sep/09 03:38 PM
Component/s: Zend_Tool
Affects Version/s: 1.8.4
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide

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".



Benjamin Eberlei added a comment - 17/Sep/09 03:38 PM

This is a duplicate