コード例 #1
0
ファイル: AController.php プロジェクト: radiegtya/easyii
 public function actionHistory()
 {
     $this->setReturnUrl();
     $data = new ActiveDataProvider(['query' => History::find()->desc()]);
     return $this->render('history', ['data' => $data]);
 }