コード例 #1
0
 public function indexAction()
 {
     $this->view->headTitle('Welcome');
     $placeFinder = new Places();
     $this->view->places = $placeFinder->fetchLatest();
 }