Possible Duplicate:
Any good PHP IDE, preferably free or cheap?
can anyone suggest good php developer tools to do the php scripting/coding easy. I dont know much about zend studio, is this a developer for php
Possible Duplicate:
Any good PHP IDE, preferably free or cheap?
can anyone suggest good php developer tools to do the php scripting/coding easy. I dont know much about zend studio, is this a developer for php
Eclipse PDT, netbeans and komodo edit are very nice and free too.
To get you started, here is a list of PHP Editors on wikipedia.
I guess, this similar question will help you further.
I myself use Eclipse IDE for PHP, Perl, Java and Javascript development.
I love Notepad++ with PHP Help integration through Language Help Plugin.
Linux / Bash / Any old editor. Not the easiest combo but certainly the best way to learn. Remember that PHP is only one layer in the application stack, if you want to be a good programmer you need to understand as much of it as possible.
I've been using these set of tools for years.
A nice thing about the above setting is that they are all integrated into Eclipse. I've tried other tools too, but it's very hard to change from these.
I daily use Zend Studio and think it is a good solution because of SVN, PHPUnit, ZendDebugger and Profiler integration. The SVN integration allows you to fully integrate your projects on your SVN server, along with the project configuration (newline delimiters, default text encoding, code format (should I put brackets in front of the condition or below it?), etc.).
If you're using a Mac, TextMate seems to be an excellent solution too. Look at Symphony tutorials, they're using it and seems awesome!
I use UltraEdit, its a great text editor but its not free. It works with a few OS's also.