Ejemplo n.º 1
0
 public function locationsAction()
 {
     try {
         $this->view->roots = LocationModel::getLocTreeRoots();
     } catch (Exception $e) {
         $this->render('error');
     }
 }