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