/user-defs.php| Class | Description |
|---|---|
user
|
The user class This class managed users. It pre-supposes a particular database structure based on three tables: uuser, ugroup, and uuser_group. |
authorised_user
|
The Authorised User class This derived class just allows us a different way of defining a new user, when we know their authorisation code. |
permissions
|
The permissions class. This class encpasulates a set of permissions which can be managed and tested by the associated methods. |
DEFAULT_AGENT = "__perm_default_agent__"
(line 1184)
The default agent ID
PERM_ALL = 0x0f
(line 1171)
All permitted
PERM_ALLOWED = 1
(line 1177)
Permission is given
PERM_CREATE = 0x01
(line 1162)
Permission to create items
PERM_DELETE = 0x08
(line 1168)
Permission to delete items
PERM_DISALLOWED = 2
(line 1179)
Permission is refused
PERM_NONE = 0x00
(line 1173)
Nothing permitted
PERM_READ = 0x02
(line 1164)
Permission to read/view items
PERM_UNDEFINED = 3
(line 1181)
Permission is undefined
PERM_UPDATE = 0x04
(line 1166)
Permission to update/modify items
Documentation generated by phpDocumentor 1.3.0RC3