Ejemplo n.º 1
0
 public static function getCatsArray($params, $active_id, $category)
 {
     $category->load($active_id);
     $categories_id = $category->getTreeParentCategories();
     return modODJShoppingCategoryHelper::getTreeCats($category, $params, $categories_id);
 }