Ignore:
Timestamp:
2010/11/07 04:10:14 (13 years ago)
Author:
Yammy
Message:

新process()への移行

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php

    r19441 r19520  
    6464     */ 
    6565    function process() { 
    66  
     66        $this->action(); 
     67        $this->sendResponse(); 
     68    } 
     69 
     70    /** 
     71     * Page のアクション. 
     72     * 
     73     * @return void 
     74     */ 
     75    function action() { 
    6776        // 認証可否の判定 
    6877        $objSess = new SC_Session(); 
     
    7079 
    7180        $this->objQuery = new SC_Query(); 
    72         $objView = new SC_AdminView(); 
    7381        $objDb = new SC_Helper_DB_Ex(); 
    7482        $objDate = new SC_Date(1901); 
     
    197205            } 
    198206        } 
    199  
    200         //---- ページ表示 
    201         $objView->assignobj($this); 
    202         $objView->display(MAIN_FRAME); 
    203207    } 
    204208 
Note: See TracChangeset for help on using the changeset viewer.