@Brian - Its just a lot of overhead. Ive spoken to many PHP gurus and
they said storing it in the DB is not the best way. I even looked at
PHPbb and they didnt do it that way, unless im completely blind.

Anyways the process would be something like:
- User logs in
- Get last session of unread threads from the db
- New query to get new threads/posts since last visit
- Merge the 2 previous
- Store new data in the session
- If a user reads a thread, delete in the index from the session

Then also
- During your login, check for new posts/topics
- Relogin if session expires
- Save all that to the db and repeat

Just seems... cumbersome.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to