예제 #1
0
파일: save.php 프로젝트: icanboogie/module
 /**
  * Overrides the method in order for the control to pass if the operation key is empty, which
  * is the case when creating a new record.
  */
 protected function control_record()
 {
     return $this->key ? parent::control_record() : true;
 }