Ignore:
Timestamp:
2010/11/06 17:10:56 (16 years ago)
Author:
Yammy
Message:

各ページクラスのprocess()より表示部分をLC_Page::display()に出す案

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-B/data/class/pages/LC_Page_Index.php

    r18820 r18950  
    6464    function process() { 
    6565 
    66         $objView = new SC_SiteView(); 
     66        $this->objView = new SC_SiteView(); 
    6767 
    6868        // レイアウトデザインを取得 
     
    7070        $layout->sfGetPageLayout($this, false, "index.php"); 
    7171        $this->tpl_title = ''; 
    72  
    73         $objView->assignobj($this); 
    74         $objView->display(SITE_FRAME); 
    7572    } 
    7673 
Note: See TracChangeset for help on using the changeset viewer.