On Aug 23, 1:29 pm, Nico <[EMAIL PROTECTED]> wrote: > I wanted to use Cake 1.2's validation (Model::validate) but it turns > out that Model->updateAll calls directly db->update without doing any > validation whatsoever. Now I want to know if there are any plans for > including validation support on updateAll
Probably not. The purpose of updateAll() is quite different from that of save(). --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
