Does anyone know of a form tool i could use to generate plain html forms based on a mysql table (schema)?
This is so as to make it easy to create forms for tables, instead of having to create one field at a time, add submit button and all that, a tool that can allow me to either connect it to the database or to drop into it the schema/fields i want to create, and it autogenerates the form, which i can then customize further as i wish.
Also, if there is a tool that can allow me to structure a class based on a database table by just creating the class name and listing the table field names as variables.