Top Level :: HTML

Package Information: HTML_QuickForm_Controller

This package has been superseded, but is still maintained for bugs and security fixes. Use HTML_QuickForm2 instead.
» Summary » License
The add-on to HTML_QuickForm package that allows building of multipage forms PHP License
» Current Release » Bug Summary
1.0.10 (stable) was released on 2009-10-02 by avb (Changelog)
Easy Install

Not sure? Get more info.

pear install HTML_QuickForm_Controller

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/HTML_QuickForm_Controller

  • Package Maintenance Rank: 81 of 229 packages with open bugs
  • Number of open bugs: 1 (28 total bugs)
  • Average age of open bugs: 4015 days
  • Oldest open bug: 4015 days

Report a new bug to HTML_QuickForm_Controller
» Description
The package is essentially an implementation of a PageController pattern.
Architecture:
* Controller class that examines HTTP requests and manages form values persistence across requests.
* Page class (subclass of QuickForm) representing a single page of the form.
* Business logic is contained in subclasses of Action class.
Cool features:
* Includes several default Actions that allow easy building of multipage forms.
* Includes usage examples for common usage cases (single-page form, wizard, tabbed form).
» Maintainers » More Information

Packages that depend on HTML_QuickForm_Controller

Dependencies for HTML_QuickForm_Controller