Exemplo n.º 1
0
 /**
  * Lists all Lang models.
  * @return mixed
  */
 public function actionIndex()
 {
     $dataProvider = new ActiveDataProvider(['query' => Lang::find()->orderBy(['position' => SORT_ASC]), 'pagination' => false]);
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }