Issue Details (XML | Word | Printable)

Key: ZF-7121
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: N/A N/A
Assignee: Ralph Schindler
Reporter: Arup Das
Votes: 9
Watchers: 6
Operations

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

zend tool create controller for module does not add module name for class controller

Created: 25/Jun/09 06:20 AM   Updated: 16/Oct/09 10:20 PM   Resolved: 16/Oct/09 10:20 PM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Tool
Affects Version/s: 1.8.4
Fix Version/s: 1.10.0

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide

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



Ralph Schindler added a comment - 16/Oct/09 10:20 PM

Fixed in r18600 as part of ZF-6787. Will be included in 1.10 release