select = $select; $criteria->addCondition('exam_id='.$examId); return $this->findAll($criteria); } }