| PEAR Announce 2007-10-22, 7:05 pm |
| The new PEAR package HTML_QuickForm2-0.2.0 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
Milestone 2: now with server-side validation support
Major additions and changes:
* Server-side validation support added
* API break: changed number and order of parameters for element constructors
* Fluent interfaces: methods that previously returned nothing now return $this
* Added method overloading to Container, allowing $form->addTextarea(...)
Feature requests addressed:
* Possibility to control validation of an element based on value of some
other element (request #4534)
* Rule comparing value of an element with numeric constants (request #4728)
* Possibility to toggle validation of empty elements (request #9097)
Bug fixes (bugs submitted for HTML_QuickForm package):
* Wrong options could be selected in <select> elements if numeric strings
were used as options' values (bug #10837, bug #11138)
Other resources to consider:
* QF2 development wiki: http://quickform.mamasam.com/wiki/home
* PHPUnit package from channel pear.phpunit.de is needed to run tests
Package Info
------------
The package is expected to offer at least the same functionality as HTML_QuickForm and work with PHP5 E_STRICT setting.
Related Links
-------------
Package home: http://pear.php.net/package/HTML_QuickForm2
Changelog: http://pear.php.net/package/HTML_Qu.../download/0.2.0
Download: http://download.pear.php.net/packag...Form2-0.2.0.tgz
Authors
-------
Alexey Borzov (lead)
Bertrand Mansion <golgote@mamasam.com> (lead)
|