Hi Guys,

the situation:

i have a controller UserController that has actions like
'add','edit' ... (surprise surprise! :) )

i'd like to have custom validations for the particular actions.

i tried Multiple Validation Sets in the UserModel with validateAdd,
validateEdit... but the controller doesn't access them,

only the normal (general) validation ($this->validate) is done, but
not the custom ones like validateAdd..

im using cakephp 1.3.2

whats the best practice here ? is validateAdd still possible in cake
1.3 ? the tips i found where for 1.2..

im not sure

tx in advance

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to