Welcome Guest, Not a member yet? Register   Sign In
How do to get User Activity of friends?
#2

[eluser]bretticus[/eluser]
This really isn't that hard. You need a table to store actions that EVERYONE performs. You need a table that maps a friend to a user. You need a user table to store user details (in particular an auto-incremented user id for the aforementioned map table.) Finally just query the action records by joining the three tables and restrict to friends by using a where clause on the map table to friends of the current user only.


Messages In This Thread
How do to get User Activity of friends? - by El Forum - 12-12-2009, 08:28 PM
How do to get User Activity of friends? - by El Forum - 12-12-2009, 10:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB