Esempio n. 1
0
 public function actionIndex()
 {
     $searchModel = new Form();
     $dataProvider = $searchModel->search($_GET);
     return $this->render('index', ['dataProvider' => $dataProvider, 'searchModel' => $searchModel]);
 }