Re: [fw-general] Zend Framework Project Creator

2007-08-05 Thread Raphael Stolt
Hello, I already thought about implementing something similar via a Phing built file with targets for: + creating the application directory structure + generating skeletons for 'start' model and controller + getting or svn checkout of the latest Zend Framework version/release + setting .htacess +

Re: [fw-general] Zend Framework Project Creator

2007-08-05 Thread Franziskus Domig
Yes, you are right, I am workin on that. Regards, Franziskus Am Sonntag, den 05.08.2007, 13:52 +1000 schrieb Dan Rossi: Needs to have the ability to run via cli, and uses a ini config for the settings. Needs to be able to generate an xml config too for those who preference xml configs.

RE: [fw-general] Zend Framework Project Creator

2007-08-04 Thread Bill Karwin
One of my tasks for this summer is to create a very similar solution, to help generate skeleton code for a new ZF project. This is targeted to be included in ZF 1.1.0, but I'm still in the planning stage right now as I clean up some outstanding issues in Zend_Db. I encourage anyone to do similar

Re: [fw-general] Zend Framework Project Creator

2007-08-04 Thread mikespook
Franziskus, That's great! your project do a great work, will it create the dir structure form config? Be course I have a different dir structure to yours. I've write a simple php script for creating modules, controller and action. I realy want to promote it into gtk-php version. That would be

Re: [fw-general] Zend Framework Project Creator

2007-08-04 Thread Dan Rossi
Needs to have the ability to run via cli, and uses a ini config for the settings. Needs to be able to generate an xml config too for those who preference xml configs. Having the ability to store log settings, session settings, db settings would be nice. And I guess an interface to edit the

Re: [fw-general] Zend Framework Project Creator

2007-08-04 Thread Dan Rossi
making it abstract too would make it easier to extend and override some things. Dan Rossi wrote: Needs to have the ability to run via cli, and uses a ini config for the settings. Needs to be able to generate an xml config too for those who preference xml configs. Having the ability to store