* some simplifications in functions.inc to allow use of include_path
[vsc.git] / _res / _libs / tdousersgroups.class.php
blob0271f8b1c494359872dfcfae39ccf460169de282
1 <?php
2 class tdoUsersGroups extends tdoAbstract {
3 protected $fields = array (
4 'ug_id',
5 'user_id',
6 'group_id',
7 );
9 function __construct(&$db) {
10 $this->name = 'users_groups';
12 parent::__construct($db);