Exemple #1
0
 public function actionHistory()
 {
     $this->setReturnUrl();
     $data = new ActiveDataProvider(['query' => History::find()->desc()]);
     return $this->render('history', ['data' => $data]);
 }