On Tue, Feb 15, 2011 at 12:48 PM, Ryan Schmidt <[email protected]> wrote: > So are you suggesting that Krissy should set 'modified' in the data array to > the value of 'modified' already in the record, which will give the appearance > of not having changed the modification date?
Thats how I would do it - you can conjure up a small behavior to do it for you if you want for several models or if you want the dirty way do it in controller or only for one model do it in beforeSave IMO though if you are saving data then the correct modified should be saved as well, I would not tamper that data Cheers Tarique -- ============================================================= PHP for E-Biz: http://sanisoft.com ============================================================= -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
