예제 #1
0
파일: Comment.php 프로젝트: BoBRoID/new.k-z
 public function beforeSave($insert)
 {
     if ($this->checked != 1) {
         $this->checked = 1;
     }
     return parent::beforeSave($insert);
     // TODO: Change the autogenerated stub
 }