示例#1
0
 /**
  * Lists all Comission models.
  * @return mixed
  */
 public function actionIndex()
 {
     $dataProvider = new ActiveDataProvider(['query' => Comission::find()]);
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }