Ignore:
Timestamp:
2011/01/02 21:25:13 (13 years ago)
Author:
fukuda
Message:

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

File:
1 edited

Legend:

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

    r19805 r19812  
    6666    function action() { 
    6767        global $objCampaignSess; 
    68  
    6968        $objQuery = new SC_Query(); 
    70         $objCampaignSess = new SC_CampaignSession(); 
    71     } 
    72  
    73     /** 
    74      * モバイルページを初期化する. 
    75      * 
    76      * @return void 
    77      */ 
    78     function mobileInit() { 
    79         $this->init(); 
    80     } 
    81  
    82     /** 
    83      * Page のプロセス(モバイル). 
    84      * 
    85      * @return void 
    86      */ 
    87     function mobileProcess() { 
    88         parent::mobileProcess(); 
    89         $this->mobileAction(); 
    90         $this->sendResponse(); 
    91     } 
    92  
    93     /** 
    94      * Page のAction(モバイル). 
    95      * 
    96      * @return void 
    97      */ 
    98     function mobileAction() { 
    99  
    100         //$objView = new SC_MobileView(); 
    101  
    102         // カートが空かどうかを確認する。 
    103         $objCartSess = new SC_CartSession(); 
    104         $this->tpl_cart_empty = count($objCartSess->getCartList()) < 1; 
    105  
    106         //$objView->assignobj($this); 
    107         //$objView->display(SITE_FRAME); 
    10869    } 
    10970 
Note: See TracChangeset for help on using the changeset viewer.