Archive for March 11th, 2008

CakePHP: Data Validation

March 11, 2008

Data Validation
Creating custom validation rules can help to make sure the data in a Model conforms to the business rules of the application, such as passwords can only be eight characters long, user names can only have letters, etc.
The first step to data [...]