blob: 0a7641917d8b61f37748922de3ee442a79bf59ca (
plain) (
blame)
1
2
3
4
5
|
Validation::Class is a different approach to data validation, it
attempts to simplify and centralize data validation rules to ensure
DRY (don't repeat yourself) code. The primary intent of this module is
to provide a simplistic validation work-flow and promote code
(validation) reuse.
|