tags:

views:

134

answers:

7

Possible Duplicates:
IDE for PHP?
What is the best IDE for PHP ?

Currently I code PHP with Notepad++. Any ideas about better PHP-centric IDE out there?
Any help is much appreciated.

+1  A: 

There aren't that many free editors out there. Personally I use Dreamweaver and it works great. When reviewing other editors I used Wikipedia as it has a nice list of IDE editors by operating system: http://en.wikipedia.org/wiki/List_of_PHP_editors#Windows

Ryan Gyure
+1  A: 

Search works great.

But eclipse is nice.

Dan Heberden
oh come on '-1', search "php ide free" on this site and tell me the OP shouldn't have searched.
Dan Heberden
+2  A: 

I use: netbeans and eclipse with php plugin

works great. Even remote Debugging works

Patrick Cornelissen
Patrick, why do you use both? I use Netbeans but don't see what Eclipse would offer that Netbeans doesn't have.
gaoshan88
Sometimes eclipse is better for certain tasks. Although I use netbeans 95% of the time. Eclipse has far more plugins that help you and there is for example a special ditrsibution optimized zend framework and something like that.Overall the refactoring stuff in eclipse seems to work better.
Patrick Cornelissen
A: 

I recentlly discover Komodo Edit and its nice for python, html, css and php.

There's komodo edit which is free and a powered up paid version called komodo ide. But komodo ide is good enough.

theist
A: 

NetBeans or Komodo or Notpad++

learner
A: 

I use Quanta+, works very well and has a function that many lack, that is to automagically upload the files that have changed to your remote host (e.g. via FTP).

nico
A: 

I use Nusphere PHPED and it`s very great

newprog