Changeset 19097 for branches


Ignore:
Timestamp:
2010/11/06 22:21:48 (14 years ago)
Author:
Yammy
Message:

新process()処理対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/pages/abouts/LC_Page_Abouts.php

    r18701 r19097  
    5555     */ 
    5656    function process() { 
     57        $this->action(); 
     58        $this->sendResponse(); 
     59    } 
    5760 
    58         $objView = new SC_SiteView(); 
    59  
     61    /** 
     62     * Page のアクション. 
     63     * 
     64     * @return void 
     65     */ 
     66    function action() { 
    6067        // レイアウトデザインを取得 
    6168        $layout = new SC_Helper_PageLayout_Ex(); 
    6269        $layout->sfGetPageLayout($this, false, DEF_LAYOUT); 
    63  
    64         $objView->assignobj($this); 
    65         $objView->display(SITE_FRAME); 
    6670    } 
    6771 
Note: See TracChangeset for help on using the changeset viewer.