Пример #1
0
 public function show()
 {
     $this->view->game = Game::findById($this->params['id']);
     $this->view->render();
 }