Classes | |
| class | FormValidator |
| Class to represent a form validation check. More... | |
| class | FormValidatorAlphaNum |
| Form validation check for alphanumeric (plus interior dash/underscore) characters only. More... | |
| class | FormValidatorArray |
| Form validation check that checks an array of fields. More... | |
| class | FormValidatorArrayCustom |
| Form validation check with a custom user function performing the validation check of an array of fields. More... | |
| class | FormValidatorCaptcha |
| Form validation check captcha values. More... | |
| class | FormValidatorCustom |
| Form validation check with a custom user function performing the validation check. More... | |
| class | FormValidatorEmail |
| Form validation check for email addresses. More... | |
| class | FormValidatorInSet |
| Form validation check that checks if value is within a certain set. More... | |
| class | FormValidatorLength |
| Form validation check that checks if a field's length meets certain requirements. More... | |
| class | FormValidatorLocale |
| Class to represent a form validation check for localized fields. More... | |
| class | FormValidatorPost |
| Form validation check to make sure the form is POSTed. More... | |
| class | FormValidatorRegExp |
| Form validation check using a regular expression. More... | |
| class | FormValidatorUrl |
| Form validation check for URLs. More... | |
1.5.6