Displaying 1 result from an estimated 1 matches for "6c1c585f".
2006 Jul 31
1
Adding "groups" to a user model
At present I have the following models:
users <-> permissions <-> objects
I wish to expand this to include groups, so that groups can contain
users and have permissions (a user might be part of more than one
group). However, the only way I see to do this is:
users <-> user_permissions <-> objects
users <-> group_memberships <-> groups <->