Example #1
0
 public function set_active($state)
 {
     $state = (bool) $state;
     $this->_active = $state;
     return $this->__recordset->set_active($this->__records_id, $state);
 }