Ejemplo n.º 1
0
 public function showAction()
 {
     $request = $this->getRequest();
     $category = Modules_Category_Services_Category::factory();
     if (null == $category) {
         return;
     }
     $categories = Modules_Category_Services_Category::getParents($category['category_id']);
     $this->view->categories = $categories;
 }