示例#1
0
文件: Post.php 项目: abwxwx/yiistudy
 public function afterDelete()
 {
     parent::afterDelete();
     Comment::deleteAll('post_id=' . $this->id);
     Tag::updateFrequency($this->tags, '');
 }