示例#1
0
 /**
  * Performs the query that has been generated.
  *
  * @return CActiveRecord[]
  */
 public function retrieveResults()
 {
     return $this->model->findAll($this->criteria);
 }