Wouldn't it be cool if updateAll had a validate parameter just like save? By the way, what's the purpose of updateAll() if it's not save()-ing a lot of rows at once? Happy coding!
On Aug 23, 3:40 pm, nate <[EMAIL PROTECTED]> wrote: > 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->updateAllcalls directly db->update without doing any > > validation whatsoever. Now I want to know if there are any plans for > > including validation support onupdateAll > > Probably not. The purpose ofupdateAll() 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 -~----------~----~----~----~------~----~------~--~---
