Source for file user.php
Documentation is available at user.php
* <b>Class Description</b>: Class representing a user of the system and the user's access rights to
* various parts of the system *
* @author Jan van der Breggen
function __construct($id, $first, $last, $email, $roles)
$this->roles[$role['group_uid']]= $role['cat_name'];
* retrieves the restricted ui elements from the database
* and determines the type of access (select, update, insert, delete or a combination of these)
* the user has to each element. the result is stored in the array $uiAccess
if (isSet ($this->roles[$roleId]))
|