Article::find(), 'pagination' => [ 'pageSize' => 1, ], ]); return $this->render('index', ['dataProvider' => $dataProvider]); } public function actionCreate() { return $this->render('create'); } }