It seems that some people don't use zf command like I don't.

I looked at Zend_CodeGenetartor.
It's hard to understand what the script is before generating it.

I'm using skelton file like below.
+ controller.skel ++++++++++++++++++++
<?php
class {$controllerName}Controller extends App_Controller_Action
{
    public function indexAction()
    {

    }
}
+++++++++++++++++++++++++++++++++

My script generator loads skelton file, and replace {$controllerName}
by command-line argument.

It's easy to customize.

But my generator can not add action function to controlelr class.
I have to write it manually.

I hope zf will be improved.

Reply via email to