1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/pear-HTML_QuickForm_Controller/pkg-descr
Jean Milanez Melo 1f8aa01864 - Update to 1.0.6
- Add WWW URL

PR:		ports/101395
Submitted by:	chinsan <chinsan.tw@gmail.com>
Approved by:	maintainer (timeout 15 days)
2006-08-22 12:57:27 +00:00

15 lines
578 B
Plaintext

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).
WWW: http://pear.php.net/package/HTML_QuickForm_Controller