Hello. I've been using Zend Framework for several years. Now I'm using Version1.9.
Recently I used zf command(zf.sh), but it's hard to use. I think that usually something like controller class have their parent class custmized for each project or company. But the class files generated from zf command extend Zend_Controller_Action. I need to fix it. Form and DbTable are as well. Additionally, it does not have delete command. I have to delete files and fix zfproject.xml when I want to delete. And it does not have scaffolding logic. I think there is no need to use zf command. I'm using code generator I made. It has customizable skelton file. zf command is good to understand Zend Framework for beginners. But it's impractical for real project. Does everyone use zf.sh?
