Tag Archives: Validation

Multiple Validation Sets in CakePHP

Jonathon Snook wrote about multiple validation sets in CakePHP and it reminded me how often we require rather different sets of validation rules for a single model. I have always enjoyed learning how others approached similar problems so I think I shall share mine too. A very relevant example is the User model where we usually [...]
Posted in Uncategorized | Also tagged | 1 Comment