$provider = new ActiveDataProvider([ 'query' => Post::find(), 'pagination' => [ 'pageSize' => 20, ], ]); // get the posts in the current page $posts = $provider->getModels();