Zend 'setup'

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Zend 'setup'

Post by Celauran »

This isn't an install question; I've got ZF installed just fine. I'm just getting started with ZF, working through the tutorials, and am curious about how you all have it setup.

Normally, I code my projects locally and have NetBeans copy the files over to the web server automatically. With ZF, though, since it seems you need Zend_Tool for everything, this isn't working. Running zf.sh on the server to generate the files, copying these back locally for editing, then copying back to the server to run is obviously less than optimal.

What approach do you all take?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Zend 'setup'

Post by Celauran »

I'm going to go ahead and bump this. It has been a few months and I still haven't found a solution. Worse, it seems like an increasing number of frameworks are using these infernal command line tools. Anyone? Bueller?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Zend 'setup'

Post by Christopher »

I just get the bootstrap code how I want it for the project and then go from there. I don't use Zend_Tool much. The thing about ZF is that most people build their own framework over ZF with a custom bootstrap and extending all the classes they want changed.
(#10850)
Post Reply