Ignore:
Timestamp:
2013/06/08 16:35:27 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/rss/LC_Page_Rss_Products.php

    r22833 r22856  
    2222 */ 
    2323 
    24 // {{{ requires 
    2524require_once CLASS_EX_REALDIR . 'page_extends/LC_Page_Ex.php'; 
    2625 
     
    3433class LC_Page_Rss_Products extends LC_Page_Ex 
    3534{ 
    36  
    37     // }}} 
    38     // {{{ functions 
    39  
    4035    /** 
    4136     * Page を初期化する. 
     
    6863    function action() 
    6964    { 
    70  
    7165        $objView = new SC_SiteView_Ex(); 
    7266 
     
    184178            } 
    185179        } 
     180 
    186181        return $arrProduct; 
    187182    } 
     
    197192        //商品一覧を取得 
    198193        $arrProduct = $objQuery->getAll('SELECT product_id, name AS product_name FROM dtb_products'); 
     194 
    199195        return $arrProduct; 
    200196    } 
     
    241237            ); 
    242238        } 
     239 
    243240        return $arrProduct; 
    244241    } 
     
    284281            } 
    285282        } 
     283 
    286284        return $arrProduct; 
    287285    } 
Note: See TracChangeset for help on using the changeset viewer.