Eclipse with the PHP pulg-in is nice , especially if you have several developers because of the CVS features
Main Topics
Browse All TopicsHi, can someone recommend me a IDE
which I can use to build simple PHP database web applications,
able to generate edit/list/del/create etc pages/functions from database tables
preferably free
Thank you!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
siva_siva said "syntax highlighting file for PHP...Eclipse's php plugin might have it as well"
Indeed it does. It also has "prompting" and templating. There is a PHP specific version at http://sourceforge.net/pro
I have to agree with bportlock, the PHP IDE for Ecliipse is fantastic, additiona notes with the PHP IDE in Eclipse:
1. It will show class lists per file
2. It will show member and their visibility for the classes in the file
3. support syntax hightlighting
4. supports multi-project file checking for includes
5. customizable features for auto-complete and templates
6. on-the-fly syntax checking
7. PHPDoc support (auto-tags, etc)
Basically it has all the features of a full blown IDE for any other language, plus the ability to add extras (like aptana's javascript IDE) and CSV / Subversion for code versioning / management (which I would recommend even if you're not in a team envionment).
This question has been posted before and Eclipse always seems to take the vote in the end. I know I'm a little biased because I use it, but I have not seen a better free package anywhere.
I personally prefer not to use a clunky ide like eclipse and just use basic lighter text editing programs. For windows you could use notepad++ which has syntax highlighting, bracket matching and it will also allow you to collapse functions. A similar program for linux is Kate and if you want it to be as simple as possible you can also give vim a go.
If you want a program to help with html and css generation you should give nvu a go - its an open-source project that is competitive with dreamweaver.
Business Accounts
Answer for Membership
by: IrialPosted on 2007-09-26 at 04:29:30ID: 19962023
Hello prinx,
eviews/CPa d/cpad.htm l
Personally im using a combination of Dreamweaver\CPad to develop PHP pages.
The dreamweaver part is mainly for integrating the PHP page along with HTML, as im simply addicted to dreamweavers code completion feature. Dreamweaver is not free software however.
For the PHP part im using CPad.
Cpad can be compared to notepad, but with a lot more functionalities. It support Highlighting, code completing, and the most important function for me, Bracket Matching. This last little feature is great if you create long database queries with a lot of () in it. Simply selecting one of those brackets will highlight the bracket that opens/closes the bracket. Its a great way to determine if you left any brackets unclosed, or to determine if you closed the brackets correctly. Best thing is that CPad is completely free.
http://www.snapfiles.com/r
Kind regards,
~Irial