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