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

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

File:
1 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    } 
Note: See TracChangeset for help on using the changeset viewer.