Which is the best PHP IDE available?

16 replies
IDE is the best available in market.
There are lots of products available.
I would prefer one with a good help guide because i am new to this.
#ide #php
  • Profile picture of the author LudwigReithofer
    Take a look at NuSphere PhpED
    Signature
    {{ DiscussionBoard.errors[1258930].message }}
  • Profile picture of the author garyk1968
    Theres komodo edit, php designer and even delphi4php
    {{ DiscussionBoard.errors[1260395].message }}
    • Profile picture of the author tony1kenobi
      phpDesigner is really good.

      I have used it for years and it always delivers.

      There is a new version just out with a great price.

      cheers
      Tony
      {{ DiscussionBoard.errors[1260752].message }}
  • Profile picture of the author shordeaux
    There's also PHPEdit available on phpedit.com from WaterProof
    {{ DiscussionBoard.errors[1260823].message }}
  • Profile picture of the author Sodaware
    Both NuSphere PhpEd and Zend Studio are excellent, if a little pricey for beginners. I use Eclipse with the PHP plugin, and although it's a bit of a memory hog it works well.
    {{ DiscussionBoard.errors[1260824].message }}
  • Profile picture of the author fifthnormal
    I'm supprised Zend Studio isn't the most popular one, which is made by the company who maked PHP. I believe it is the only, or maybe one of the few, tools to support real debugging of PHP files. (Rather than just watching it blow up on the server.)
    {{ DiscussionBoard.errors[1261768].message }}
    • Profile picture of the author Gary Smith
      Originally Posted by fifthnormal View Post

      I'm supprised Zend Studio isn't the most popular one, which is made by the company who maked PHP. I believe it is the only, or maybe one of the few, tools to support real debugging of PHP files. (Rather than just watching it blow up on the server.)
      Zend is, and has been since 1997, an important contributor to the development of PHP having developed the Zend scripting engine which is part of the PHP core. They don't make PHP though. It was originally written by Rasmus Lerdorf in 1994. The PHP Development Group now looks after that.

      There are probably 5 or 6 IDEs that have debug support. I've always leaned toward Dreamweaver because it is WYSIWYG but I also use Nusphere phpEd as it's a bit easier/better for debugging (though Dreamweaver also has debugging support).
      Signature

      Gary Smith

      PHP Developer and aging geek

      {{ DiscussionBoard.errors[1314952].message }}
  • Profile picture of the author sunsoftsystem
    I like Zend Studio the software from Zend.
    {{ DiscussionBoard.errors[1269473].message }}
  • Profile picture of the author WillDee
    If you're familiar with M$ products, try VS.php from jcxsoftware.
    {{ DiscussionBoard.errors[1283822].message }}
  • Profile picture of the author milo_pl
    Try Aptana Studio - opensource, free, very powerful and extendable via plugins. It's just all-in-one suite for every webmaster. Recommend it
    {{ DiscussionBoard.errors[1292216].message }}
  • Profile picture of the author Steven Fullman
    I would say that Zend Studio is the de-facto standard among top-end professional PHP developers.

    phpDesigner is very nice, though, at a fraction of the price.
    Signature

    Not promoting right now

    {{ DiscussionBoard.errors[1295262].message }}
  • Profile picture of the author Seovil
    I'm using Ultraedit together with it's SCP/FTP upload feature.
    It is not a full featured IDE but it can highlight code, complete functions and variables + the ftp upload features makes it possible to change the website on the fly.
    {{ DiscussionBoard.errors[1297483].message }}
  • Profile picture of the author RichPirate
    I use Zend Studio for large projects and Notepad++ for smaller stuff. NP++ has an FTP plugin.
    {{ DiscussionBoard.errors[1307047].message }}
    • Profile picture of the author mgkimsal
      Zend Studio is still the king, although some of the stuff it can do that the others can't is pretty niche. For example - not many people need detailed profile tracing. If you don't even know what profile tracing is, you probably don't need it. I have gone through the Zend Studio class, and it's got quite a lot of power, but it's overwhelming. I've watched people get lost in it, because they just want a basic editor or basic project tool. Zend Studio will have a big learning curve. I think there's a 30 day trial.

      Personally, I like NetBeans a lot. It's not *quite* as polished as Zend Studio, but I actually like the interface a little better. Seems a little faster in some cases too.

      NetBeans is free, which is the other reason I like it a lot, especially for beginners. Someone else here recommended Aptana, which is not a bad choice either (and is free).

      I heard a rumor that the next version of Visual Studio (2010?) is supposed to have PHP support in it, but I've not seen that confirmed (or denied) yet.
      {{ DiscussionBoard.errors[1307767].message }}
  • Profile picture of the author Geraldm
    I've used Delphi for PHP ... it's visual form designer built right in to the IDE is great and it's Integrated debugger isn't bad either
    {{ DiscussionBoard.errors[1315306].message }}
  • Profile picture of the author MemberWing
    I think I tried them all and ended up using ActiveState Komodo.
    It's great for step by step debugging.

    Gleb
    {{ DiscussionBoard.errors[1317207].message }}

Trending Topics