コード例 #1
0
ファイル: Psys_PointsRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
     $this->_dbprefix = 'rhi_';
     $this->SetDb("db-rht_idc");
     $this->SetTable("points");
 }
コード例 #2
0
ファイル: Psys_CardRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
ファイル: Psys_UserRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
     $this->SetDb("db-rht_idc");
     $this->SetTable("rhi_user");
 }
コード例 #4
0
ファイル: Psys_ResRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
     $this->SetDb("db-rht_idc");
 }
コード例 #5
0
ファイル: Psys_TripRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
     $this->SetDb("db-rht_trip");
     $this->SetTable("rht_trainno");
 }
コード例 #6
0
ファイル: Psys_NewsRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('db-rht_idc');
     $this->SetTable("rhi_appnews");
 }
コード例 #7
0
ファイル: Psys_SimRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
     $this->SetTable("rha_sim");
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->SetTable("rha_adminuser");
 }
コード例 #9
0
ファイル: Psys_FinRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('db-rht_idc');
     $this->_dbprefix = 'rhi_';
 }
コード例 #10
0
ファイル: Psys_SmsRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
     //$this->SetDb("db-rht_idc");
     $this->SetTable("rha_smsrecharge");
 }
コード例 #11
0
ファイル: Psys_SyncRule.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('db-rht_sync');
     $this->SetTable("rhs_sync");
 }