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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -