Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->_dbprefix = 'rhi_';
     $this->SetDb("db-rht_idc");
     $this->SetTable("points");
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb("db-rht_idc");
     $this->SetTable("rhi_user");
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb("db-rht_idc");
 }
Esempio n. 5
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb("db-rht_trip");
     $this->SetTable("rht_trainno");
 }
Esempio n. 6
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('db-rht_idc');
     $this->SetTable("rhi_appnews");
 }
Esempio n. 7
0
 public function __construct()
 {
     parent::__construct();
     $this->SetTable("rha_sim");
 }
Esempio n. 8
0
 public function __construct()
 {
     parent::__construct();
     $this->SetTable("rha_adminuser");
 }
Esempio n. 9
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('db-rht_idc');
     $this->_dbprefix = 'rhi_';
 }
Esempio n. 10
0
 public function __construct()
 {
     parent::__construct();
     //$this->SetDb("db-rht_idc");
     $this->SetTable("rha_smsrecharge");
 }
Esempio n. 11
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('db-rht_sync');
     $this->SetTable("rhs_sync");
 }