Ignore:
Timestamp:
2010/12/29 16:50:44 (13 years ago)
Author:
fukuran
Message:

#880(mobile/sphoneディレクトリを削除)に対応する、
影響の少ない部分を先行してコミット

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/order/LC_Page_Order.php

    r19784 r19787  
    7676 
    7777    /** 
    78      * モバイルページを初期化する. 
    79      * 
    80      * @return void 
    81      */ 
    82     function mobileInit() { 
    83         $this->init(); 
    84     } 
    85  
    86     /** 
    87      * Page のプロセス(モバイル). 
    88      * 
    89      * 
    90      * @return void 
    91      */ 
    92     function mobileProcess() { 
    93         parent::mobileProcess(); 
    94         $this->mobileAction(); 
    95         $this->sendResponse(); 
    96     } 
    97  
    98     /** 
    99      * Page のアクション(モバイル). 
    100      * 
    101      * 
    102      * @return void 
    103      */ 
    104     function mobileAction() { 
    105         $objDb = new SC_Helper_DB_Ex(); 
    106         $this->arrRet = $objDb->sfGetBasisData(); 
    107     } 
    108  
    109  
    110     /** 
    11178     * デストラクタ. 
    11279     * 
Note: See TracChangeset for help on using the changeset viewer.