Changeset 19519 for branches/camp


Ignore:
Timestamp:
2010/11/07 04:09:38 (13 years ago)
Author:
shutta
Message:
 
File:
1 edited

Legend:

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

    r19491 r19519  
    9696 
    9797        // プラグインクラス生成 
    98         #$this->objPlagin = new SC_Helper_Plugin_Ex(); 
    99         #$this->objPlagin->preProcess($this); 
     98        $this->objPlugin = new SC_Helper_Plugin_Ex(); 
     99        $this->objPlugin->preProcess($this); 
    100100    } 
    101101 
     
    120120     */ 
    121121    function sendResponse() { 
     122        // post-prosess処理(暫定的) 
     123        $this->objPlugin->process($this); 
     124 
    122125        $this->objDisplay->hoge($this); 
    123126        $this->objDisplay->response->response(); 
Note: See TracChangeset for help on using the changeset viewer.