Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'IMGroupRelation';
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'IMDepartment';
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'IMUser';
 }
Exemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'IMGroupMember';
 }
Exemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'IMConfig';
 }
Exemplo n.º 6
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'searchlog';
 }
Exemplo n.º 7
0
 function __construct()
 {
     parent::__construct();
     $this->table_name = 'IMDiscovery';
 }