Ignore:
Timestamp:
2013/03/01 22:21:08 (11 years ago)
Author:
pineray
Message:

#2166 カテゴリー情報の取得処理をヘルパークラスへ移動

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Category.php

    r22590 r22595  
    135135        $arrCategory = $objCategory->getList(); 
    136136        foreach ($arrParentCategoryId as $category_id) { 
    137             $arrParentID = SC_Utils_Ex::getTreeTrail($category_id, 'category_id', 'parent_category_id', $arrCategory); 
     137            $arrParentID = $objCategory->getTreeTrail($category_id); 
    138138            $arrBrothersID = SC_Utils_Ex::sfGetBrothersArray( 
    139139                $arrCategory, 
Note: See TracChangeset for help on using the changeset viewer.