Exemplo n.º 1
0
 public function actionIndex()
 {
     $models = File::find()->all();
     return $this->render('index', ['models' => $models]);
 }