Ignore:
Timestamp:
2011/01/12 12:12:16 (13 years ago)
Author:
fukuda
Message:

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

File:
1 edited

Legend:

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

    r19805 r19881  
    4444    function init() { 
    4545        parent::init(); 
     46        $this->tpl_mainpage = 'mypage/history_detail.tpl'; 
     47        $this->tpl_title = 'MYページ'; 
     48        $this->tpl_subtitle = '購入履歴詳細'; 
    4649    } 
    4750 
     
    6265     * @return void 
    6366     */ 
    64     function action() {} 
    65  
    66     /** 
    67      * モバイルページを初期化する. 
    68      * 
    69      * @return void 
    70      */ 
    71     function mobileInit() { 
    72         $this->init(); 
    73         $this->tpl_mainpage = 'mypage/history_detail.tpl'; 
    74         $this->tpl_title = 'MYページ'; 
    75         $this->tpl_subtitle = '購入履歴詳細'; 
    76     } 
    77  
    78     /** 
    79      * Page のプロセス(モバイル). 
    80      * 
    81      * @return void 
    82      */ 
    83     function mobileProcess() { 
    84         parent::mobileProcess(); 
    85         $this->mobileAction(); 
    86         $this->sendResponse(); 
    87     } 
    88  
    89     /** 
    90      * Page のAction(モバイル). 
    91      * 
    92      * @return void 
    93      */ 
    94     function mobileAction() { 
    95  
    96         //$objView = new SC_MobileView(); 
     67    function action() { 
    9768        $objQuery = new SC_Query(); 
    9869        $objCustomer = new SC_Customer(); 
     
    12495            $this->CustomerPoint = $objCustomer->getvalue('point'); 
    12596        } 
    126  
    127         //$objView->assignobj($this); 
    128         //$objView->display(SITE_FRAME); 
    12997    } 
    13098 
Note: See TracChangeset for help on using the changeset viewer.