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