Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-11-21 11:51
1.1

Forms can now be printed using a template with printFromTemplate. Custom template delimiters can be set using setTemplateDelimiters. Bugs were fixed.
Tags: Minor feature enhancements

2006-04-27 09:09
1.0

A form signature was added for more security.
Default values can optionally override retrieved
values. A callback function is run against a
value. Output is returned instead of printing it.
The default value of now() is used for date/time
fields. "File" and "hidden" are allowed as forced
types. Magic quotes are properly supported. An
option for detailed errors was added.
Tags: Major feature enhancements

2005-07-13 01:45
.99

This release adds validation of data via regular expressions and
providing custom feedback, support for normalized data/lookup tables,
customization of all aspects of the output, integration of forms into
the layout, full CSS styling, and accessibility support with labels,
fieldsets, legends, etc.
Tags: Major feature enhancements

2002-11-15 03:50
.97

Tags: Initial freshmeat announcement

Project Resources