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