Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Formulare können ausgedruckt werden jetzt mit einem mit printFromTemplate Vorlage. Benutzerdefinierte Vorlage Trennzeichen können mit setTemplateDelimiters werden. Bugs behoben.
Tags: Minor feature enhancements
Forms can now be printed using a template with printFromTemplate. Custom template delimiters can be set using setTemplateDelimiters. Bugs were fixed.

2006-04-27 09:09
1.0

Ein Formular Unterschrift für mehr Sicherheit aufgenommen. Default-Werte können optional abgerufen Werte überschreiben. Eine Callback-Funktion ist mit einem Wert ausgeführt werden. Die Ausgabe erfolgt wieder statt drucken. Der Standardwert von now () ist für Datum / Zeit-Felder. "Datei" und "versteckt" sind gezwungen Typen erlaubt. Magic quotes optimal unterstützt werden. Eine Option für weitere Fehler zugegeben.
Tags: Major feature enhancements
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.

2005-07-13 01:45
.99

Diese Veröffentlichung fügt Validierung von Daten über reguläre Ausdrücke und Bereitstellung von benutzerdefinierten Feedback, die Unterstützung der normalisierten Daten / Lookup-Tabellen, Anpassung der alle Aspekte der Produktion, Integration von Formularen in das Layout, volle CSS-Styling und Unterstützung der Barrierefreiheit mit Etiketten, Fieldsets, Legenden usw.
Tags: Major feature enhancements
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.

2002-11-15 03:50
.97

Tags: Initial freshmeat announcement

Project Resources