Ignore:
Timestamp:
2011/03/07 15:37:16 (13 years ago)
Author:
Seasoft
Message:

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

  • 半SP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSV.php

    r20538 r20540  
    5555 
    5656    var $arrRowResult; 
    57      
     57 
    5858    /** 
    5959     * Page を初期化する. 
     
    9999    function action() { 
    100100        $this->objDb = new SC_Helper_DB_Ex(); 
    101          
     101 
    102102        // CSV管理ヘルパー 
    103103        $objCSV = new SC_Helper_CSV_Ex(); 
     
    179179             SC_Utils_Ex::sfDispError(""); 
    180180        } 
    181          
     181 
    182182        // 登録先テーブル カラム情報の初期化 
    183183        $this->lfInitTableInfo(); 
    184          
     184 
    185185        // 登録フォーム カラム情報 
    186186        $this->arrFormKeyList = $objFormParam->getKeyList(); 
     
    256256        return; 
    257257    } 
    258      
     258 
    259259    /** 
    260260     * デストラクタ. 
Note: See TracChangeset for help on using the changeset viewer.