Code Generation: phpFormGenerator
Hasin Hayder (contact me)
phpFormGenerator is a class that can generate scripts can output and process Web forms for entering data to insert as a new row of a given MySQL table.
The class takes the resource handle of the result of a query to retrieve the names of the fields of a MySQL database table. Then it uses the result set field names to generate a script that presents a form to enter values that will be inserted in a new table row.
Some details of the presentation of the generated form can be defined when the script is generated. Other details are defined in a separate CSS stylesheet.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Sufficient (70.8%)
| Sufficient (79.2%)
| Sufficient (70.8%)
| -
| -
| Not sure (59.6%)
| 675 |
Click here for detailed information about this class on phpclasses.org