I have the following problem with Zend tool (component of Zend Framework)

When I give the command to create a controller without a index action the action is still created. I use the following command:

zf create controller auth 0

Is this the wrong command or is there a problem with zend tool.

I use version 10.6 of Zend Framework

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

The command looks to be correct:
zf create controller $name $indexActionIncluded
I can reproduce the issue and I've tried every conceivable argument for indexActionIncluded to no avail. So yeah, looks like a bug.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.