not to step on toes but i'm not sure why it's such a problem storing that data in a db...
if you want quick access to the data but not a zillion records make a hash, and store that hash in the db and a cookie. when the user logs in, read the hash and store into their session and save it in their cookie until they log out. when you read and process the hash you'll have the read threads which you can use to differentiate the read/unread threads for the indicator image. when they view a unread thread add it to the hash and update the db and the session, and write the cookie. just my 2 cent On Tue, Jan 20, 2009 at 9:21 PM, Miles J <[email protected]> wrote: > > Sigh, man you guys are taking this way out of context. > > Perhaps answer the other questions that I asked. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
