It seems like you need a separate table to store your comments. You could have a datetime field called "created" in your comments table.
On Feb 14, 7:24 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi group! > > I have a requirement to automatically version one field on a > form(record) whenever someone edits the record. i.e. I have a service > request and I need to keep every comment that is entered into the > comment field as a separate version. > > Has anyone done something like this before? Have any ideas on the best > way to approach this in cakePHP? > > Thanks, > > Patrick Holt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
