hello everyone.
Im current implementing the permission like this:
Permission UserPermision User
------------------- ---------------------- -----------------
PNAME PID PID UID PVAL UID UNAME
This concept work fine, but at somepoint, we will want to add a Permission grouping like admin, guest, power user, or something like that.
Can anyone suggest to me a good way to lift the current Permission database to implement the permission grouping?
Thanks in advance