[EMAIL PROTECTED] wrote: > > I'm curious as to why method 1seems to be less optimal. It does require > an extra column in the table, but, unless you have a truly huge number > of rows, how much waste could that cause? > > Probably I am missing something.
It is just an extra query that needs to be called before every save. I'm always trying to reduce the number of calls to the DB. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
