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