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