Ignore:
Timestamp:
2010/11/07 03:33:36 (16 years ago)
Author:
Yammy
Message:

CSVダウンロードの暫定実装

File:
1 edited

Legend:

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

    r19400 r19491  
    4646    */ 
    4747    function hoge(LC_Page $page, $is_admin = false){ 
    48         
    4948        if(!$this->deviceSeted || !is_null($this->view)){ 
    5049            $device = ($is_admin) ? 8 : $this->detectDevice(); 
    51             if (!$this->deviceSeted) { 
    52                 $this->setDevice($device); 
    53             } 
     50            $this->setDevice($device); 
    5451        } 
    5552        $this->assignobj($page); 
    56          
    5753        $this->response->setResposeBody($this->view->fetch($page->getTemplate())); 
    5854    } 
     
    9086                $this->setView(new SC_AdminView()); 
    9187        } 
    92          
    9388        $this->deviceSeted = true; 
    9489    } 
Note: See TracChangeset for help on using the changeset viewer.