According to strict MVC separation, you should never have a situation where more than one controller would need validation rules for the same model, because only one controller should be manipulating the model.
Also, when it comes to MVC, data validation is sort of in a grey area between the model and the controller. Some interpretations/implementations of the pattern define it as being in the controller, and in others it is in the model, so there's not really one universal answer. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
