Ignore:
Timestamp:
2011/01/06 15:55:16 (13 years ago)
Author:
fukuda
Message:

#880(mobile/sphoneディレクトリを削除)に対応。まずmobileのみ意図通りの動作になるように一部コミット(index)

File:
1 edited

Legend:

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

    r19805 r19836  
    7676 
    7777    /** 
    78      * Page のプロセス(モバイル). 
    79      * 
    80      * @return void 
    81      */ 
    82     function mobileProcess() { 
    83         $this->mobileAction(); 
    84         $this->sendResponse(); 
    85     } 
    86  
    87     /** 
    88      * Page のプロセス(モバイル). 
    89      * 
    90      * @return void 
    91      */ 
    92     function mobileAction() { 
    93         $objCustomer = new SC_Customer(); 
    94     } 
    95  
    96     /** 
    9778     * デストラクタ. 
    9879     * 
Note: See TracChangeset for help on using the changeset viewer.