PDA

View Full Version : Php ide



esaym
August 4th, 2008, 07:12 PM
I am looking for a good php IDE. I downloaded and installed Eclipse but I could not get the zend studio php plugin working at all. I couldn't even get it to install, the installation manual is horrid (and yet they want $400? yea right) I tried Aptana but it shot out a ton of java errors, probably because it is a 32 bit java app and this is gusty 7.10 64 bit maybe. Anyone know of any other good ide's that might work?

Kadrus
August 4th, 2008, 07:14 PM
I like Gedit,but I think Bluefish has syntax highlighting for PHP,and Geany I think,maybe give those a try.

catchmeifyoutry
August 4th, 2008, 07:22 PM
I like Gedit,but I think Bluefish has syntax highlighting for PHP,and Geany I think,maybe give those a try.

If you have any Vim skills, you could use it as IDE and debug on your server directly:

http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/

Kadrus
August 4th, 2008, 07:25 PM
I only use Lisp with Vim.
Everything PHP is done in gedit,and I don't use it for my website,I use mod_caml for apache,so PHP is not my web-dev language.

catchmeifyoutry
August 4th, 2008, 07:39 PM
I only use Lisp with Vim.
Everything PHP is done in gedit,and I don't use it for my website,I use mod_caml for apache,so PHP is not my web-dev language.

Ah sorry, I actually wanted to reply to the original post. I'm fine with people using gedit if that suites their needs of course ;).

.nedberg
August 4th, 2008, 08:37 PM
I used to use PHPEclipse before Aptana. I liked PHPEclipse better than Aptana for pure PHP, but Aptana is better for html, css and javascript.

Give it a try!

http://www.phpeclipse.de/

tinny
August 4th, 2008, 09:23 PM
NetBeans (http://www.netbeans.org/) 6.5 M1 release now has PHP support.

Netbeans is a very good IDE.

Edit: Actually, I think NetBeans 6.1 has it too (stable release).