04-20-2009, 09:22 AM
|
#2 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
|
I think your DB tables look pretty good.
For the menu (and all other places) i would implement something like:
PHP Code:
$currentUser = new user()->getUserBySession();
if($currentUser->hasAccess("edit-user")) { // Has XS } else { // Had no XS }
__________________
Nunchaku! Who doesn't like martial arts? =)
|
|
|