This save will only fail if you have a Post->validate array of rules
too, as otherwise a model is assumed to always pass validation.


On Jan 21, 12:50 am, "nate" <[EMAIL PROTECTED]> wrote:
> $this->Post->set($this->data);
> $this->Post->invalidate('title');
> if ($this->Post->save()) { // Now the save will fail.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to