コード例 #1
0
 public function actionAll()
 {
     $dataProvider = PostService::getPaginationForSite();
     return $this->render('all', ['dataProvider' => $dataProvider]);
 }