Ejemplo n.º 1
0
 public function listcollectionsAction()
 {
     $langId = Zend_Registry::get('languageID');
     $oSubCategories = new SubCategoriesObject();
     $subCategories = $oSubCategories->getSubCatAsCollections($langId);
     $page = Cible_FunctionsPages::getPageNameByID(14080, $langId);
     $this->view->assign('collections', $subCategories);
     $this->view->assign('page', $page);
 }