示例#1
0
文件: Question.php 项目: faninv/gtqa
 /**
  * This is invoked when a record is populated with data from a find() call.
  */
 public function afterFind()
 {
     parent::afterFind();
     $this->_oldTags = $this->tags;
 }