예제 #1
0
파일: Post.php 프로젝트: stixlink/frm
 public function afterUpdate()
 {
     $this->saveImage();
     parent::afterUpdate();
 }