摘要: 一.GridView 在控制器 public function actionIndex() { $query = User::find(); $pages = new Pagination(['totalCount' =>$query->count()]); $dataProvider = new 阅读全文
posted @ 2021-05-19 17:25 狐槑芸芽 阅读(54) 评论(0) 推荐(0)