Пример #1
0
 /**
  * This is invoked when a record is populated with data from a find() call.
  */
 public function afterFind()
 {
     parent::afterFind();
     $this->_oldTags = $this->tags;
 }