Esempio n. 1
0
 public function actionList()
 {
     $storage = new Storage();
     return $this->render('list', ['data' => $storage->get()]);
 }