コード例 #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();
 }