Is there an Eclipse plug-in that will allow me to graphically generate a data model, and produce from it a MySQL Database Script for generation of that database, and generate PHP code for simple add/change/delete methods?
This way I can focus on programming the business logic, instead of fussing with the details of the SQL code.