HTML_QuickForm::validate()

HTML_QuickForm::validate() -- Performs the server side validation

Synopsis

require_once 'HTML/QuickForm.php';

boolean HTML_QuickForm::validate (void)

Description

Performs the server side validation.

Return value

return TRUE if no error found

Throws

throws no exceptions thrown

Note

since 1.0

This function can not be called statically.