File: QuickForm.php
Source Location: /HTML_QuickForm-3.2.14/QuickForm.php
Classes:
HTML_QuickForm
Create, validate and process HTML forms
HTML_QuickForm_Error
Class for errors thrown by HTML_QuickForm package
Page Details:
Create, validate and process HTML forms
PHP versions 4 and 5 LICENSE: This source file is subject to version 3.01 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_01.txt If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.
Includes:
require_once('PEAR.php') [line 29]
PEAR and PEAR_Error classes, for error handling require_once('HTML/Common.php') [line 33]
Base class for all HTML classes
array $GLOBALS['HTML_QUICKFORM_ELEMENT_TYPES'] [line 41]
array $GLOBALS['_HTML_QuickForm_registered_rules'] [line 74]
QUICKFORM_DEPRECATED [line 108]
QUICKFORM_ERROR [line 101]
QUICKFORM_INVALID_DATASOURCE [line 109]
QUICKFORM_INVALID_ELEMENT_NAME [line 106]
QUICKFORM_INVALID_FILTER [line 104]
QUICKFORM_INVALID_PROCESS [line 107]
QUICKFORM_INVALID_RULE [line 102]
QUICKFORM_NONEXIST_ELEMENT [line 103]
QUICKFORM_OK [line 100]
QUICKFORM_UNREGISTERED_ELEMENT [line 105]
Documentation generated on Mon, 11 Mar 2019 15:59:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|