Re: how to disable validation before saving model

2008-05-18 Thread Marcelius
Hi Depending on your current Cake version, here's the link for cake 1.2 (checkout the second parameter): http://api.cakephp.org/1.2/class_model.html#ebe42ae387be89985b5a35dd428f5c81 Marcel On 18 mei, 14:34, robert123 <[EMAIL PROTECTED]> wrote: > This seem like a very basic question, but I did n

Re: how to disable validation before saving model

2008-05-18 Thread francky06l
Just call save with second parameter to false. $model->save($data, false); hth On May 18, 2:34 pm, robert123 <[EMAIL PROTECTED]> wrote: > This seem like a very basic question, but I did not manage to find the > answer to this questions, > > Anyone knows how to disable validation before saving it

how to disable validation before saving model

2008-05-18 Thread robert123
This seem like a very basic question, but I did not manage to find the answer to this questions, Anyone knows how to disable validation before saving it to the model. I only manage to find notes on how to disable individual rules, but not on the whole validation. Thanks www.generics.ws www.gene