Managing a contact list
Hello everyone!
so in a social networking site, what would be the best way to manage a contact list? i thought throwing everyone into a table and having an "Is friend of" column... but then i thought maybe that would be a bad idea, maybe programmatically adding a table per registered user to represent a friend-list. im just not quite sure. any direction would be greatly appreciated. I really dont know how i would begin to manage this efficiently.
thanks everyone :)
|