コード例 #1
0
ファイル: PontosController.php プロジェクト: dieos2/bolaoyyi2
 /**
  * Lists all Pontos models.
  * @return mixed
  */
 public function actionIndex()
 {
     $dataProvider = new ActiveDataProvider(['query' => Pontos::find()]);
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }