Esempio n. 1
0
 public function actionAll()
 {
     $this->setReturnUrl();
     $data = new ActiveDataProvider(['query' => Feedback::find()->desc()]);
     return $this->render('index', ['data' => $data]);
 }