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