> Is there a sensible standard that is used to have levels of access but
> special people can access certain higher level functions.?

I've seen a (rather good, I might add) permissions structure that followed 
a pattern like a unix filesystem.

/general
/users
/products
/sales
/marketing
/admin

And then added specific permissions as required under that.

So, if you wanted one person to be able to access the Admin Delete
tool, you could specifically add "/admin/delete" to their permission
list, while someone with "/admin" permission would be able to access
"/admin/delete" by default.

I'll see if I can grab some MySQL table definitions and the like
if you'd like them...

Jason

-- 
Jason Murray
[EMAIL PROTECTED]
Web Design Team, Melbourne IT
Fetch the comfy chair!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to