示例#1
0
 public function checkParam()
 {
     $this->item = sql_check_str($this->item, 64);
     $this->cid = sql_check_str($this->cid, 64);
     $this->state = sql_check_str($this->state, 64);
     parent::checkParam();
 }
示例#2
0
文件: Apply.class.php 项目: vvcumt/zk
 public function checkParam()
 {
     $this->id = sql_check_str($this->id, 64);
     $this->cpid = sql_check_str($this->cpid, 64);
     parent::checkParam();
 }
示例#3
0
文件: Myrsc.class.php 项目: vvcumt/zk
 public function checkParam()
 {
     parent::checkParam();
 }