Re: [PHP] Creating user groups in social application (e.g. facebook group)

2008-07-25 Thread Dan Shirah
Since I would assume a user could be a part of any number of groups, I would suggest that you just make a seperate table. Maybe with simple columns like this: //GROUP TABLE key group_id member_id join_date Then you can just compare it to your member table when someone tries to access a group

[PHP] Creating user groups in social application (e.g. facebook group)

2008-07-25 Thread Don Don
Hi All, Has anyone created or has tips for the creation of user groups in a app. e.g. a Facebook group ? I am trying to create groups in a social application where users on the site can join a group etc its just much like a facebook group. Any help will be appreciated. Ta. -- PHP