API16:JFormValidator
From Joomla! Documentation
Defined in
libraries/joomla/form/formvalidator.php
Methods
| Method name | Description |
|---|---|
| validate | Method to validate a group of fields. |
| addRulePath | Method to add a path to the list of rule include paths. |
Importing
jimport( 'joomla.form.formvalidator' );
Examples
Code Examples