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

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -