Cakephpdocs 48

CategoryWhere to do validations?
Code ExamplesTo run a validation test, you don’t have to use the controller (in fact, you should avoid using the controller); you can run validations in the model alone.
Test Code
Links
Remarks
Cancel