On Tue, Feb 15, 2011 at 1:01 PM, Ryan Schmidt <[email protected]> wrote: > > On Feb 15, 2011, at 01:24, Dr. Tarique Sani wrote: > >> IMO though if you are saving data then the correct modified should be >> saved as well, I would not tamper that data > > But I agree with what was said earlier -- just because a user reorders some > rows doesn't mean the user expects all those rows to now be marked as having > been modified. Perhaps it depends on the type of data or system we're talking > about but I can understand that point of view.
Well, data has been modified in the database and that is what modified tracks. I would add an extra datetime column and update that only when the columns which end user expect to see modified flag are changed. It is always better not to short circuit a framework 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
