Ignore:
Timestamp:
2012/04/18 16:32:47 (12 years ago)
Author:
shutta
Message:

#1296 SC_* のコンストラクタの拡張が無視される
SC_*Viewの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_View.php

    r21761 r21765  
    3131 
    3232    // コンストラクタ 
    33     function SC_View() { 
    34  
     33    function __construct() { 
     34        $this->init(); 
     35    } 
     36 
     37    function init() { 
    3538        $this->_smarty = new Smarty; 
    3639        $this->_smarty->left_delimiter = '<!--{'; 
Note: See TracChangeset for help on using the changeset viewer.