Ignore:
Timestamp:
2011/01/05 22:10:58 (13 years ago)
Author:
fukuda
Message:

#880(mobile/sphoneディレクトリを削除)に対応。まずmobileのみ意図通りの動作になるように一部コミット(entryディレクトリ) 登録完了時に無限ループする?

File:
1 edited

Legend:

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

    r19805 r19830  
    8282 
    8383    /** 
    84      * モバイルページを初期化する. 
    85      * 
    86      * @return void 
    87      */ 
    88     function mobileInit() { 
    89         $this->init(); 
    90     } 
    91  
    92     /** 
    93      * Page のプロセス(モバイル). 
    94      * 
    95      * @return void 
    96      */ 
    97     function mobileProcess() { 
    98         $this->mobileAction(); 
    99         $this->sendResponse(); 
    100     } 
    101  
    102     /** 
    103      * Page のアクション(モバイル). 
    104      * 
    105      * @return void 
    106      */ 
    107     function mobileAction() { 
    108         // do nothing... 
    109     } 
    110  
    111     /** 
    11284     * デストラクタ. 
    11385     * 
Note: See TracChangeset for help on using the changeset viewer.