[fw-general] Does everyone use zf.sh?

2011-01-26 Thread koji ueda
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

Re: [fw-general] Does everyone use zf.sh?

2011-01-26 Thread Tobias Hoffmann
I'm using my own scripts, which date from 2006. Nevertheless, Zend_Tool is good for kickstarting and stuff, and it's supported by Zend Studio. Anyway, having it in the distribution is IMO a good way to win over RoR crowd. ;)

Re: [fw-general] Does everyone use zf.sh?

2011-01-26 Thread Jurian Sluiman
On Wednesday 26 Jan 2011 09:18:56 koji ueda wrote: Hello. [...] Does everyone use zf.sh? I think Zend_Tool is a very powerful tool when used and configured properly. For me there are unfortunately three drawbacks: 1) Not able to use with existing projects (scan files and add to xml) 2)

Re: [fw-general] Does everyone use zf.sh?

2011-01-26 Thread Ralph Schindler
Hey Jurian, Zend_Tool is in exactly the state you describe. It's main purpose is project creation and immediate prototyping. Beyond the basics, there is/has been too much variation to be able to successfully model all developers workflows. 1) Not able to use with existing projects (scan

Re: [fw-general] Does everyone use zf.sh?

2011-01-26 Thread Ralph Schindler
Hey koji, Recently I used zf command(zf.sh), but it's hard to use. I guess you mean that it doesn't have all the features you'd like :) 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

Re: [fw-general] Does everyone use zf.sh?

2011-01-26 Thread koji ueda
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