Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Good IDE for PHP?

Status
Not open for further replies.

hapax

Programmer
Nov 10, 2006
105
US
What are some good options for a PHP IDE?

Anything comparable to MS Visual Studio?
Anything good free ones?

 
for true IDE's look at komodo and aptana. I believe that they are both cross platform. I use aptana currently but am using it mainly as a project manager and an editor rather than a true IDE so cannot comment too much on that side of things.

also zend which now has an eclipse based version in beta.

 
The "no debugging" in Komodo Edit must be a bummer?
 
Depends on how much money you want to spend. If you want free, I've used Eclipse with PHPEclipse for quite a while. I recently switched to Eclipse with PDT, and it's very nice. Now, I'm testing Zend Neon (Zend for Eclipse) and I have to say it's my favorite of the three. Zend Neon is 300.00 and still in Beta, but the other two are free.




Keith Davis
MCSA, A+, N+, Guru+, Geek+, Child of God++++++
Love and Service
 
@hapax: For debugging I have PHP installed and I just execute it. For me, this is just as good.

The part I like about IDE over Edit is the ability to see all of the properties, variables, globals, functions, classes, and methods in the script through a side bar. Very handy when you're script because very large.

 
I've tried several, but they all seem to complicate my coding. I don't like Visual xxxx anyway. I always seem to come right back to KWrite. Just a simple text editor in Linux. I debug when I run the code.

Mark
 
I actually like Dreamweaver but I use it as an editor.

I mean there's WYSIWYG design view you can use but the backend PHP requires the editor. DW does have intellisense-like functionality for PHP code though.
 
I use Nusphere PhpED ( - which is well worth checking out.

Clive
Runner_1Revised.gif

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top