I want to create a testAction in testController of testModule with command line. So I go to tesModule directory(cd application/modules/test) and run the following command.

zf.sh create action test -c test

It created a action in application/modules/test/controllers/testController.php but it created testAction's test.phtml file in application/views/scripts/test/ folder. But I think it should be in same module folder like this: application/modules/test/views/scripts/test/ folder.

What command should I use that will create action and its phtml file in same module folder.

Thanks

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

zf.sh create test test 1 test

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.