mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
1f8aa01864
- Add WWW URL PR: ports/101395 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: maintainer (timeout 15 days)
15 lines
578 B
Plaintext
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
|