Home » Structures » Structures_Form
A package designed to make creating input forms easy for packages and applications regardless of their user interface.
This package is unmaintained.
Download latest release 0.8.0devel (archived versions might be outdated)
License: PHP License
Description
This package was designed to make it easy to add forms to all packages and
applications regardless of the user interface. The package is modeled after
HTML_QuickForm but cannot extend HTML_QuickForm because HTML_QuickForm is
tied too tightly to HTML.
PHP-GTK 2 forms are very similar to HTML forms. They consist of a handful of
different input types and the data is submitted all together when a user
clicks the submit button. The difference is how the user values are
submitted and stored. HTML forms submit data in an HTTP request using either
GET or POST. PHP-GTK 2 forms call a callback which is then responsible for
retrieving the values.
Maintainers
- Scott Mattocks (scottmattocks) — lead, active
Dependencies
Required
- PHP (>= 5.1.2)
- PEAR Installer (>= 1.4.0)
Releases
- 0.8.0devel (devel, 2006-09-15)
Release notes
License: PHP License
Rework rules. Add Base, Regex, Alpha, Numeric, NumericRange, LengthRange and AlphaNumeric.
Bugs
No bugs.