示例#1
0
文件: Post.php 项目: stixlink/frm
 public function afterInsert()
 {
     $this->saveImage();
     parent::afterInsert();
 }