| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Gamaiel Zavala (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class reads a MySQL table and outputs a form using the best input type for each field. Very easy to get started. Includes basic form customization methods. It is meant to give you a jumpstart on creating a custom form and save alot of HTML coding. This class has been superseded by a more versatile class called Formitable. |
| ||||
| Formitable is a PHP class used to ease the creation of submit-ready HTML forms from MySQL database tables. It 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. Features include: # Output a complete form in a few lines of code # Validate data via regular expressions and provide custom feedback # Run an arbitrary function against any value to modify or validate # Support for normalized data/lookup tables # Easily retrieve and update existing records # Customize all aspects of output, integrate forms into your layout # Full CSS styling # Output the form from a template to ease custom layouts # Accessibility support such as labels, fieldsets, legends and more # Outputs attributes such as MAXLENGTH to reflect your table design # Easy integration into templating systems |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |