예제 #1
0
파일: model_class.php 프로젝트: armpit/e107
 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();
 }