views:

105

answers:

7

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

+6  A: 

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.

JapanPro
i am suppose to ask the php development environment available out there, may be not the editors to do script highlight and allsay: of example the VISUAL studio for VB, VC++, C# .net and the likewise
Rahul TS
@Rahul: Eclipse and NetBeans - and possibly Komodo too (I'm not quite sure) - are [IDE](http://en.wikipedia.org/wiki/Integrated_development_environment)s like Visual Studio, just for PHP (and some other languages, like C/C++ and Java), and they do much more than a simple text editor would do.
Frxstrem
@Rahul in komodo also there is code highlight along with netbeans and eclipse
JapanPro
+1  A: 

I guess, this similar question will help you further.

I myself use Eclipse IDE for PHP, Perl, Java and Javascript development.

Thariama
+1  A: 

I love Notepad++ with PHP Help integration through Language Help Plugin.

shamittomar
yes its a good one
Rahul TS
+1  A: 

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.

Robin
A: 

I've been using these set of tools for years.

  • Eclipse (classic version will do).
  • PHPEclipse plugin (enables an easy PHP development)
  • XAMPP-lite (comes with Apache, MySQL, PHP, PHPMyAdmin - pretty much all other tools you need to get started)
  • Aptana CSS + HTML plugin for Eclipse

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.

ebae
A: 

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!

PJP
+1  A: 

I use UltraEdit, its a great text editor but its not free. It works with a few OS's also.

Drewdin