adam84 Posted January 12, 2008 Share Posted January 12, 2008 Hi, I want to create something similar to "Mini-Feed" thats on Facebook. (For those who dont know, it displays the last x amount of things the user has done). What would be the best way of setup up a database to do this? After reviewing the different scenarios, I found that people on my site could have a bunch(like 25+) of things listed. My idea: - Create a table to hold all the activities - Create a second table and list all the events( ie. new friend, posted comment ) - The second table'sa Primary Key is a Foreign Key in the first table. Make sense.... is there a better way..... ?? Thanks Quote Link to comment Share on other sites More sharing options...
fenway Posted January 12, 2008 Share Posted January 12, 2008 I don't understand your idea. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.