 |
|
Innovation award
 Nominee: 1x |
This class can be used to validate data based on rules verified by the filter extension.
It can define a set of validation rules to check values passed in an associative array for instance from $_POST or $_GET.
The class can verify the defined rules using the PHP filter extension.
When a validation rules is not satisfied the class returns a validation result object that can provide more details about the failed rule.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Good (83.3%) |
- |
Sufficient (75.0%) |
- |
- |
Sufficient (61.7%) |
695 |
| Month: |
Not yet rated by the users |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| Naf Database Tools |
Conditional |
required for Naf_Record validation |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
Result.php |
Class |
Naf_Validator_Result class |
Chain.php |
Class |
Naf_Validator_Chain class |
| File |
Role |
Description |
index.php |
Example |
example of usage |