v3.3.0
3.3.0.0PHP 5.4 compatible fork of HTML_QuickForm
PHP License 3.01
The Requires
- php >=5.1.3
form quickform
v3.3.0-rc.1
3.3.0.0-RC1PHP 5.4 compatible fork of HTML_QuickForm
PHP License 3.01
The Requires
- php >=5.1.3
form quickform
Wallogit.com
2017 © Pedro Peláez
PHP 5.4 compatible fork of HTML_QuickForm
Forward compatible fork of HTML_QuickForm, (*1)
This package is intended mainly as a drop-in replacement for existing installations of HTML_Quickform. See http://pear.php.net/package/HTML_QuickForm/docs for documentation., (*2)
The main differences to the original package are:, (*3)
HTML_Common is replaced by a bundled version, and PEAR_Errors are replaced by exceptionsinclude statements have been removed in favor of classmap autoloadingHTML_QuickForm_Renderer_Tableless has been included and is available out of the box (PHP only, you need
to supply your own stylesheet)Some calls are listed in the PEAR documentation as static, but making them statically callable without warnings would require significant rewrites and might break other use cases. So if you get errors about assuming $this from an incompatible context, just change your calls to nonstatic ones., (*4)
HTML_QuickForm_Renderer::renderHidden has a slightly changed signature and takes three arguments now: &$element, $required, $error, exactly like HTML_QuickForm_Renderer::renderElement. This means it is now possible to render validation errors on hidden fields, which is useful for example for CSRF fields. Custom renderer implementations need to add the two arguments to the method's signature, but actual implementations do not need to be changed.PHP 5.4 compatible fork of HTML_QuickForm
PHP License 3.01
form quickform
PHP 5.4 compatible fork of HTML_QuickForm
PHP License 3.01
form quickform