Formitable 1.1 review

Download
by rbytes.net on

Formitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables. Formitable project anal

License: GPL (GNU General Public License)
File size: 0K
Developer: Gamaiel Zavala
0 stars award from rbytes.net

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 search tags