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?
Zend 'setup'
Moderator: General Moderators
Re: Zend 'setup'
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?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Zend 'setup'
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)