+PHP syntax highlighting
+Code completion
+Debugger (preferably with running variable values)
+Built in interpreter that generates me a displayable page I can preview in IE
Thanks!
Moderator: General Moderators
Well, you forgot about PHPEd http://www.nusphere.com. It does everything you mentioned.evilmonkey wrote:only one true IDE for PHP, and that was the Zend Studio. What I'm looking for:
+PHP syntax highlighting
+Code completion
+Debugger (preferably with running variable values)
+Built in interpreter that generates me a displayable page I can preview in IE
Yes, it does it.+PHP syntax highlighting
Definitely has. For functions, methods, classes, global and local variables, standard functions, standard classes, standard variables. And user-defined, too.+Code completion
PHPED uses DBG - the first and by far (as to me) the best out there.+Debugger (preferably with running variable values)
PHPED has an embedded browser.+Built in interpreter that generates me a displayable page I can preview in IE
You should look at http://sourceforge.net/projects/devphp/ maybe this is something ... Not sure about debugger.evilmonkey wrote: Are there any free/open source ones?