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