in your controller, try:
$this->MyModel->validate = array(
  ... alternate validation stuff ...
);
$this->MyModel->save($data);

On 2 fev, 09:52, "Sergei" <[EMAIL PROTECTED]> wrote:
> I dont have an example :-)
>
> But can we modify model variable $validate from controller?
>
> On 2 Фев., 16:27, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote:
>
> > On 2/2/07, Sergei <[EMAIL PROTECTED]> wrote:
>
> > > if(this->save(data,{_use_another_validate_array}))
>
> > I don't thing there is an easy fix but I am curious as to why you need
> > this - can you share an example?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to