Exemple #1
0
 /**
  * This is invoked after the record is saved.
  */
 protected function afterSave()
 {
     parent::afterSave();
     Tag::model()->updateFrequency($this->_oldTags, $this->tags);
 }