Formitable 1.1 review
DownloadFormitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables. Formitable project anal
|
|
Formitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables.
Formitable project analyzes the fields of a given table and outputs the best input type for each (e.g. enum type becomes radio buttons or select, set type becomes checkboxes or multiselect). Data is automatically inserted into the table upon form submission.
Here are some key features of "Formitable":
Output a complete form in a few lines of code
Validate data via regular expressions and provide custom feedback
Support for normalized data/lookup tables
Easily retrieve and update existing records
Outputs attributes such as MAXLENGTH to reflect your table design
Customize all aspects of output, integrate forms into your layout
Full CSS styling
Accessibility support such as labels, fieldsets, legends and more
What's New in This Release:
Forms can now be printed using a template with printFromTemplate.
Custom template delimiters can be set using setTemplateDelimiters.
Bugs were fixed.
Formitable 1.1 keywords