PHP development with Eclipse and Subversion
Code | (0)
Eclipse is an open source IDE -- or as they put it themselves: "universal toolset for development". It is probably the most flexible development environment out there right now, with plug-in support for all major languages. I have used it for Java coding for about half a year now, and just started converting my PHP projects to Eclipse using the PHP Development Tools (PDT) framework.
Since I try to use Subversion (SVN) for revision control of my code, I was pleased to know that there's a mature extension to Eclipse called Subclipse which practically lets you create projects based on ...