示例#1
0
 public function destroy()
 {
     parent::destroy();
     $this->_validator = null;
     $this->_validation_rules = array();
     $this->_db_errno = null;
     $this->_posted_data = array();
     $this->data_has_changed = array();
     $this->_FIELD_TYPES = array();
 }