A "who's online" feature was discussed here just in the past week. I think the idea was to use the DB for sessions. That would make it pretty simple to find out who was logged in.
For the thread thing, I suppose you could have a threads_users table and update it each time a thread is requested. On Fri, Jan 16, 2009 at 10:07 PM, Miles J <[email protected]> wrote: > > If so, how did you do the following: > > - Determining if a user has read a thread or leave it unread, also > marking all threads as read > - Whos online (thinking of using a model for a memory table) > - User groups (supermod, admin, etc), did you use ACL or custom system? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
