Ignore:
Timestamp:
2011/01/13 16:23:02 (15 years ago)
Author:
Seasoft
Message:

#714(パス指定によるリダイレクトの記述を簡潔にする)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Display.php

    r19832 r19908  
    7373        $this->assignobj($page); 
    7474        $this->response->setResposeBody($this->view->getResponse($page->getTemplate())); 
    75     } 
    76  
    77     /** 
    78      * リダイレクトを行う. 
    79      * 
    80      * SC_Response::sendRedirect() のラッパーです. 
    81      */ 
    82     function redirect($location){ 
    83         $this->response->sendRedirect($location, array(), true); 
    8475    } 
    8576 
Note: See TracChangeset for help on using the changeset viewer.