Forgot your password?

typodupeerror
PHP Programming

Eight PHP IDEs Compared 206

Posted by timothy
from the colonic-extraction dept.
snydeq writes "InfoWorld's Rick Grehen provides an in-depth comparative review of eight PHP IDEs: ActiveState's Komodo IDE, CodeLobster PHP Edition, Eclipse PHP Development Tools (PDT), MPSoftware's phpDesigner, NetBeans IDE for PHP, NuSphere's PhpED, WaterProof's PHPEdit, and Zend Studio. 'All of these PHP toolkits offer strong support for the other languages and environments (HTML, CSS, JavaScript, SQL database) that a PHP developer encounters. The key differences we discovered were in the tools they provide (HTML inspector, SQL management system) for various tasks, the quality of their documentation, and general ease-of-use,' Grehen writes.'"
This discussion has been archived. No new comments can be posted.

Eight PHP IDEs Compared

Comments Filter:
  • by jeffmeden (135043) on Wednesday February 03 2010, @11:40AM (#31010350) Homepage Journal

    This is not a troll, I swear! Are there any good performance assessment tools used during development? If so, do they work well with any of these IDEs? I don't do a lot of PHP work but it would be nice to have a tool that could audit code, advise on which lines were the most resource-intensive, and recommend lighter weight procedures.

  • by BadAnalogyGuy (945258) <BadAnalogyGuy@gmail.com> on Wednesday February 03 2010, @11:42AM (#31010368)

    How is it that when given a set of options, the majority of users will select the worst possible one?

    They didn't review Notepad, but I would wager that it is pretty well used by a majority of PHP "developers"

  • yep (Score:4, Interesting)

    by stoolpigeon (454276) * <bittercode@gmail> on Wednesday February 03 2010, @11:43AM (#31010398) Homepage Journal

    Two of the top choices are free and open. I don't know how people who build proprietary tools are going to stay in business. It's not like the commercial stuff crushed the open stuff in this comparison. I've moved to Netbeans for pretty much everything. It's a solid, multiplatform solution and the open nature is very nice. Komodo is built on an open editor, but moving up to the full featured IDE is pretty pricey. At $399 a pop I've never tried Zend Studio and based on this - I don't think I'm missing much.

  • Coda (Score:3, Interesting)

    by acomj (20611) on Wednesday February 03 2010, @11:50AM (#31010502) Homepage

    I use panic software's CODA for my php development (OSX). Its not really as full featured as these (no debugger), but for the fairly basic php web sites I code, it works great. I like that you can click a tab and snap into the page your creating in a functional browser. I use YourSQL for MYSQL database management, which still works but is no longer being developed.

  • Re:Coda (Score:3, Interesting)

    by stoolpigeon (454276) * <bittercode@gmail> on Wednesday February 03 2010, @11:58AM (#31010646) Homepage Journal

    You might want to look at MySQL Workbench [mysql.com]. I've been messing with it a bit for a couple weeks and really like it so far. I'm running it on Fedora but there is an OSX release.

  • Bluefish (Score:1, Interesting)

    by Anonymous Coward on Wednesday February 03 2010, @12:29PM (#31011164)

    For all my web development needs (incl html, css, javascript, java, php and mysql) under Linux there is Bluefish [openoffice.nl]!

  • Re:Eclipse PDT? (Score:3, Interesting)

    by ionix5891 (1228718) on Wednesday February 03 2010, @12:31PM (#31011182)

    same here im still on Zend 5.5

    new Zend based on Eclipse and Eclipse PDT and Netbeans are just to "slow" and i have a nice workstation

  • by kestasjk (933987) * on Wednesday February 03 2010, @01:53PM (#31012496) Homepage
    I use notepad++ for text files etc but it's not an IDE, is it? Does it have debugging, project management, variable tracking, object/namespace browsing and auto-completion? You're wasting your own time if you don't use a good IDE.
  • Re:yep (Score:3, Interesting)

    by bl8n8r (649187) on Wednesday February 03 2010, @01:56PM (#31012526)

    > it's the most comprehensive PHP IDE there is.

    Perhaps. If you run windows. The lack of cross platform options is a massive fail IMO.

  • by kestasjk (933987) * on Wednesday February 03 2010, @01:58PM (#31012570) Homepage
    I support Zend in their quest to get money, because it lets them create great things like the Zend Framework (which is free). Those are business guy prices, for busy/lazy/rich IT staff who don't even want to configure Apache or set up debugging in Eclipse with Xdebug.

    Want debugging? Eclipse and Xdebug, you can even get Zend's own debugging system by downloading their shared object file which is free. Same goes for profiling, auto-completion, etc, you can get it yourself with a bit of work if you don't want to pay.
    If someone with too much money supports Zend out of laziness I'm okay with that.

Many are called, few volunteer.

Working...