コード例 #1
0
ファイル: TrMatController.php プロジェクト: vovancho/yii2test
 public function actionFortrrmmat()
 {
     $searchModel = new TrMatSearch();
     $dataProvider = $searchModel->searchfortrrmmat(Yii::$app->request->queryParams);
     return $this->render('index', ['searchModel' => $searchModel, 'dataProvider' => $dataProvider]);
 }