I need to quickly create 10 simple mysql tables that will updated with simple add/update php scripts. It would be boring to do by hand. Anyone know a good framework/desktop application to created these tables and scripts quickly ? Creating the databases is simple, but creating the add/updates form forms is tedious and boring. Any suggestions ? *RAD = Rapid Application Development
Try Navicat. Good GUI interface for creating tables and database management... http://www.navicat.com/
Creating a database is simple. Not interested in the database mangement. I need to update and add content via the web and I don't want to hand code it.