There are a lot of IDEs for ubuntu for doing php related web development. Lets see a few.
Aptana Studio
Supports PHP, Ruby, Python and more. Autosuggest dropdowns available, Integrated preview available.
Project website
http://www.aptana.com/
Install on ubuntu
Download from http://www.aptana.com/
Quanta
Quanta is the Dreamweaver of Linux. However it is not developed anymore.
As of Ubuntu 11.10 Quanta is no more available from synaptic.
Check this article to learn how to install it
https://www.binarytides.com/blog/install-quanta-on-ubuntu-11-10/
Netbeans
Netbeans was earlier an IDE primarily for Java, but slowly added support for many other languages including PHP.
Install on ubuntu
Eclipse PDT
Eclipse IDE also has support for PHP development through the Php Development Tools.
Install on Ubuntu
After installing eclipse, start it and go to Help > Check for Updates
When the "Check for Updates" process completes, go to Help > Install New Software
In the Install dialog box, selec the update site and then the list of available plugins would be available. From the list look for the section called Programming Languages and in that look for PHP development tools. Select it and install it.
After the installation eclipse will restart. Then in the File > New > Project option there should be an option for PHP project.
I prefer Codelobster PHP IDE – http://www.codelobster.com
Thanks for sharing.
Thank you I love it!
Legend! I really enjoyed reading this post. Keep it coming!
Nice posting. This article has been really useful to me. Thanks