コード例 #1
0
ファイル: InscreveController.php プロジェクト: schw/SGE3
 public function actionVerificaInscrito()
 {
     $searchModel = new Inscreve();
     $dataProvider = $searchModel->VerificaInscrito(Yii::$app->request->queryParams);
     return $dataProvider;
 }