I am new to Zend Framework and also to Zend tools.
I have two questions regarding Zend tools.
Does anyone have any links for a detailed list of all the commands in Zend tools? I cannot seem to find anything?
For example: if I want to use the tool to create a controller in my modules directory as opposed to the controllers directory - how do I use the tool to do that? I tried to do the following but it did not work:
in my 'command prompt' I navigate to the site I am working in, I then navigated to the directory for modules; from there, I tried to create a controller for that directory i.e:
c:\theproject\application\modules\forms\controllers>zf create controller enquiry action products module forms
ZF gave the following error message: unknown argument left on the command line: module
However, when I tried to create the controller without the argument n the left, the ZF created the controller in the controllers directory.
SECONDLY
I want to use the Zend tool to delete pages that have already been created. I cannot seem to find the Zend tool command for that.
THIRDLY
I want to just create a normal page view. i.e page.phtml
I cannot seem to find the command for how to creating a normal page and to also specify what directory it will go in.