Changeset 19193


Ignore:
Timestamp:
2010/11/06 23:56:58 (13 years ago)
Author:
Yammy
Message:

新process()処理でのページ表示まで完成?!

Location:
branches/camp/camp-2_5-E/data/class
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Display.php

    r19178 r19193  
    4646    */ 
    4747    function hoge(LC_Page $page){ 
    48         $this->assign($page); 
    4948        if(!$this->deviceSeted || !is_null($this->view)){ 
    5049            $device = $this->detectDevice(); 
    5150            $this->setDevice($device); 
    5251        } 
     52        $this->assignobj($page); 
    5353        $this->response->setResposeBody($this->view->fetch($page->getTemplate())); 
    5454    } 
  • branches/camp/camp-2_5-E/data/class/pages/LC_Page.php

    r19187 r19193  
    114114    function sendResponse() { 
    115115        $this->objDisp->hoge($this); 
     116        $this->objDisp->response->response(); 
    116117    } 
    117118 
Note: See TracChangeset for help on using the changeset viewer.