示例#1
0
 public function actionIndex()
 {
     $dataProvider = new ActiveDataProvider(['query' => AssignRole::find(), 'pagination' => ['pageSize' => -1], 'sort' => ['defaultOrder' => ['parents' => SORT_ASC]]]);
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }