| PEAR Announce 2006-05-31, 7:04 pm |
| The new PEAR package HTML_QuickForm_Controller-1.0.6 (stable) has been released at http://pear.php.net/.
Release notes
-------------
Fixed bug #6110: HTML_QuickForm::validate() can throw a PEAR_Error, but there
were no checks made for it.
Package Info
-------------
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).
Related Links
-------------
Package home: http://pear.php.net/package/HTML_QuickForm_Controller
Changelog: http://pear.php.net/package/HTML_Qu.../download/1.0.6
Download: http://pear.php.net/get/HTML_QuickF...oller-1.0.6.tgz
Authors
-------------
Alexey Borzov (lead)
Bertrand Mansion <golgote@mamasam.com> (developer)
|