I know in zf1 we can use command line to create action like below: zf create action
But in Zend 2, I can't find a command line which can create a new action. Is that removed, or maybe a new command can do this? thanks.
I know in zf1 we can use command line to create action like below: zf create action
But in Zend 2, I can't find a command line which can create a new action. Is that removed, or maybe a new command can do this? thanks.
The "new" ZFTool in ZF2
http://framework.zend.com/manual/2.1/en/modules/zendtool.introduction.html
What should be the benefit of "create action"? It's just a function and a view script. So, simply create it.