|
Posted by Jeremy on 03/20/07 00:33
Nico VanHaaster wrote:
> Hello All,
>
> I am very new to the PHP world, all my development has been either
> ASP.Net or classic ASP. Now I have to help out on some projects that
> are PHP driven. Now from what i have been told is there are decent PHP
> IDE's that will integrate into Visual Studio. I am far more familiar
> with that application than i am the VI editor. And honestly don't know
> why the VI editor would really be used.
>
> Now i will be working on remote servers over an SSH Connection which
> is where the problem comes in i believe.
>
> I have downloaded and installed VS.Php but can't seem to get figure
> out how to open the remote site into the Visual Studio application.
>
> Can anyone point me in the direction of a better IDE or even some sort
> of remote tool that would work better in my situation?
>
> Thank you
>
I like ActiveState Komodo; it's kind of a pain to set up the remote
debugger, but it works OK once you do. I typically just check it into
SVN (which integrates into Komodo) and then update a working copy on the
dev server with my changes... makes it pretty easy and safe since you
can always get back to any previous version if something goes wrong.
You can even set it up to automatically update the dev server copy on
check-in if you don't want to keep an SSH window open.
Komodo is cross-platform but based on the Mozilla platform rather than
Java (with a native editing widget) which I find makes it a bit snappier
than the java-based Zend studio. Zend studio has an easier debugger,
though - although it's a little less stable in my experience.
You should try both zend and komodo (both have trial versions) and see
which you like better.
http://www.activestate.com/products/komodo_ide/ (they have a newer
version than I am using it seems)
http://www.zend.com/products/zend_studio
Navigation:
[Reply to this message]
|