zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

create controller and action with different namespace #91

Open lkiii opened 10 years ago

lkiii commented 10 years ago

Hello,

I can not find command to create controller with different namespace. I have Application module with structure like this:

image And I would like to be able to create controllers and actions in Admin namespace. Is it impossible using ZFTool or am I missing something?