Ejemplo n.º 1
0
 /**
  *
  *
  * @pageview public 
  * @author jerry
  * @copyright rockhippo
  * @param -
  * @return -
  *
  */
 public function answerSql($sql)
 {
     parent::__construct();
     $this->SetDb('rht_point');
     $this->SetTable("rhi_answer");
     $result = $this->Query($sql);
     return $result;
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('rha_admin');
 }
Ejemplo n.º 3
0
 /**
  *
  * 继承构造函数
  *
  * @Member public 
  * @author jerry
  * @copyright rockhippo
  * @param -
  * @return -
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('rha_pingan');
     $this->SetTable("rha_log_pingan");
 }
Ejemplo n.º 4
0
 /**
  *
  * 继承构造函数
  *
  * @pageview public 
  * @author jerry
  * @copyright rockhippo
  * @param -
  * @return -
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('rht_member');
     $this->SetTable("rht_apps");
 }
Ejemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb("db-rht_idc");
 }
Ejemplo n.º 6
0
 /**
  *
  * 继承构造函数
  *
  * @Member public 
  * @author daniel
  * @copyright rockhippo
  * @param -
  * @return -
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('db-rht_train');
     $this->SetTable("rht_cites");
 }
Ejemplo n.º 7
0
 /**
  *
  * 继承构造函数
  *
  * @Member public 
  * @author jerry
  * @copyright rockhippo
  * @param -
  * @return -
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('rht_point');
     $this->SetTable("rhi_account");
 }
Ejemplo n.º 8
0
 /**
  *
  * 继承构造函数
  *
  * @pageview public 
  * @author jerry
  * @copyright rockhippo
  * @param -
  * @return -
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('rht_static');
     $this->SetTable("rhc_view_daily");
 }
Ejemplo n.º 9
0
 /**
  *
  * 继承构造函数
  *
  * @access public 
  * @author Nick
  * @copyright rockhippo
  * @param -
  * @return -
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->SetDb("db");
     $this->SetTable("ta_user");
 }
Ejemplo n.º 10
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb("db-rht_idc");
     $this->SetTable("rhi_ads_ppts");
 }
Ejemplo n.º 11
0
 /**
  *
  * 继承构造函数
  *
  * @Member public 
  * @author jerry
  * @copyright rockhippo
  * @param -
  * @return -
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('rht_point');
     $this->SetTable("rht_codesearch");
 }
Ejemplo n.º 12
0
 public function __construct()
 {
     parent::__construct();
     $this->SetTable("rha_syslog");
 }
Ejemplo n.º 13
0
 public function __construct()
 {
     parent::__construct();
     $this->SetDb('bus_db');
 }