Esempio n. 1
0
 public function actionList()
 {
     $search = \yii::$app->request->post();
     $dataProvider = Exam::searchExam($search);
     return $this->renderPartial('_list', ['dataProvider' => $dataProvider]);
 }