Example #1
0
 protected function afterSave()
 {
     parent::afterSave();
     Tag::model()->updateFrequency($this->_oldTags, $this->tags);
 }