Newbie - eclipse workflow (PHP development)

Posted by engil on Stack Overflow See other posts from Stack Overflow or by engil
Published on 2010-03-29T18:32:18Z Indexed on 2010/03/29 18:33 UTC
Read the original article Hit count: 173

Filed under:
|

Hi all - this is a bit of a newbie question but hoping I can get some guidance. I've been playing around with Eclipse for a couple months yet I'm still not completely comfortable with my setup and it seems like every time I install it to a new system I end up with different results.

What I'm hoping to achieve is (I think) fairly standard.

In my environment I'd like SVN (currently using Subclipse), FTP support (currently using Aptana plugin), debugging (going to use XDebug) and all the usual bells and whistles of development (code completion, refactoring, etc.)

My biggest current issue is how to set up my environment to support both a 'development' and 'production' server. Optimally I would be able to work directly against the dev server (Eclipse on my Vista desktop against the VM Ubuntu dev server) and then push to production server (shared hosting). I'd prefer to work directly against the dev server (with no local project files, just using the Connections provided by Aptana) but I'm guessing this won't allow for code-completoin or all the other bells and whistles provided for development. Any thoughts?

Kind of an open ended question, but maybe this could be an opportunity for some of you with a great deal of experience using Eclipse to describe your setups so people like me can get some insight into good ways to get set up.

© Stack Overflow or respective owner

Related posts about php

Related posts about eclipse