Example #1
0
 public function actionRead($id)
 {
     $cv = JobCv::model()->findByPk($id);
     $this->render('read', array('modelCv' => $cv));
 }