* some simplifications in functions.inc to allow use of include_path
[vsc.git] / _res / _libs / tdoroles.class.php
blob898f1e1f28266f98945b06e6938431b7ba8982d2
1 <?php
2 class tdoRoles extends tdoAbstract {
3 protected $fields = array (
4 'role_id',
5 'role_name'
6 );
8 function __construct(&$db) {
9 $this->name = 'roles';
11 parent::__construct($db);