예제 #1
0
파일: Record.php 프로젝트: cretzu89/EPESI
 public function set_active($state)
 {
     $state = (bool) $state;
     $this->_active = $state;
     return $this->__recordset->set_active($this->__records_id, $state);
 }