Exemplo n.º 1
0
 /**
  * Lists all User models.
  * @title: Листинг
  * @return mixed
  */
 public function actionIndex()
 {
     $dataProvider = new ActiveDataProvider(['query' => User::find()]);
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }