If you have the modified set to the existing value in your data, I
don't think it sets it automatically.

so something like

$Item = $this->ModelName->read('modified',$id);

$this->data['ModelName']['modified'] = $Item['ModelName']['modified'];
$this->ModelName->id = $id;
$this->ModelName->save($this->data);

might work, or at least give you something to try




On 4/30/07, Sergei <[EMAIL PROTECTED]> wrote:
>
> So, no one knows? Is it possible?
>
> Thanks.
>
> On 30 апр, 10:51, Sergei <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > Is there a way to save some fields to a record but don't change
> > "modified" field?
> >
> > Using latest stable CakePHP.
> > Thank you.
>
>
> >
>


-- 
(the old fart) the advice is free, the lack of crankiness will cost you

- its a fine line between a real question and an idiot

http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/

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