Zend Framework

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

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: N/A N/A
  • Resolution: Fixed
  • Affects Version/s: 1.8.4
  • Fix Version/s: 1.10.0
  • Component/s: Zend_Tool
  • Labels:
    None

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

Issue Links

Activity

Hide
Ralph Schindler added a comment -

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

Show
Ralph Schindler added a comment - Fixed in r18600 as part of ZF-6787. Will be included in 1.10 release

People

Vote (9)
Watch (6)

Dates

  • Created:
    Updated:
    Resolved: