Posted by puneet.kandhari on 11/10/05 20:29
add a field to the user_table which has a groupd setting say
admin == 1
logged in == 2
anonymous == 3
and so on
a small look up table to get the assocaited permissions for each group
and this would be all one query using a join.
When you have validated the user also get his group id and group
permissions.
on the other hand if different users have different permissions try
this
make a user_id/permission_id table. On Validation check what permission
set that user id is associated with and then retrieve the same from
your admin table
--
take care
puneet
Navigation:
[Reply to this message]
|