Zend Framework 2 ZF tool creating controller -
Zend Framework 2 ZF tool creating controller -
when seek create new controller in zend framework 2.4 application, using next zf tool command:
zf create controller author index-action-included=1 author c:\wamp\www\zendapp
i next error:
reason failure: invalid arguments or no arguments provided
but when remove index-action-included=1
, zf tool creates controller without problems.
what i'm missing?
if want create index action, created default. if don't want create think should this:
zf create controller author author c:\wamp\www\zendapp 0
zend-framework2 zend-tool
Comments
Post a Comment