Ignore:
Timestamp:
2012/02/06 11:05:15 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php

    r21376 r21441  
    146146        //取得している並び順で並び替え 
    147147        $arrProducts2 = array(); 
    148         foreach($arrProducts as $item) { 
     148        foreach ($arrProducts as $item) { 
    149149            $arrProducts2[ $item['product_id'] ] = $item; 
    150150        } 
    151151        $arrProductsList = array(); 
    152         foreach($arrProductId as $product_id) { 
     152        foreach ($arrProductId as $product_id) { 
    153153            $arrProductsList[] = $arrProducts2[$product_id]; 
    154154        } 
Note: See TracChangeset for help on using the changeset viewer.