On Mon, 8 Jun 2009, Pratik Anand wrote: > Hello, > Any suggestions for an IDE for php? > I use ubuntu 9.04 > > -- > Thanks, > Pratik K Anand >
You may to give 'KDevelop' a try ! Take a look at the 'scripting' language support in the screenshot here. http://www.kdevelop.org/graphics/screenshots/3.5/newprojectwizard.png Three things stand out: . Native implementation (Qt/C++), good performance . Can make extensive use of project templates . Syntax highlight with good tool-chain integration. Language support: . Shell . PERL . ruby . Python . PHP . Java . SQL . C . C++/Qt . Ada . Kernel module dev ... Tools integration . Doxygen . auto-* tools . CMake . QMake . KDiff . KCachegrind . KSvn ... I used KDevelop, to learn how to write CMake scripts for building large apps. You just need to pull in the KDeveloper 3.5.x binaries, so give it a try ! thanks Saifi.

