PHP IDE's

Soldato
Joined
9 May 2005
Posts
4,530
Location
Nottingham
I am a Java developer and I work best when programming in an Integrated Development Environment because they offer features like code formatting, autocomplete, debugging and one-click build & run. For Java the well known ones that a lot of people use are Eclipse and NetBeans.

I have recently started looking at PHP 5 which has a lot of OO features similar to Java and I'm reading up on it. However I want to test out some code samples and setting up Apache, PHP and MySQL on my system is fine but I want to use an IDE when i start doing bigger things. Are there any well known IDE's out there for PHP like Eclipse and Netbeans are for Java?

Thanks
 
Back
Top Bottom