I'm trying to generate a Facebook-style Mini-feed about my users, so
that a profile page will have the general user information and also a
history of recent activity, which could be new favourites, new notes
about the user, etc.

How best to accomplish this?

Notes, favourites etc will be stored in different tables with the same
foreignKey, but I want them ordered by date, not grouped into
activity.

I had thought of reading the profile data first, but then using
bindModel to grab the history from the different tables afterwards,
but this collects all the user data again and doesn't provide me with
my data in date rather than model order.

Grateful for any advice.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to