Changeset 21552 for branches/version-2_12-dev/data/class/SC_View.php
- Timestamp:
- 2012/02/24 17:18:18 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_View.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_View.php
r21546 r21552 27 27 28 28 var $_smarty; 29 29 30 30 var $objPage; 31 31 … … 101 101 return $res; 102 102 } 103 103 104 104 /** 105 105 * Pageオブジェクトをセットします. … … 110 110 $this->objPage = $objPage; 111 111 } 112 112 113 113 /** 114 114 * Smartyのfilterをセットします. … … 119 119 $this->_smarty->register_outputfilter(array(&$this, 'outputfilter_transforme')); 120 120 } 121 121 122 122 /** 123 123 * prefilter用のフィルタ関数。プラグイン用のフックポイント処理を実行 … … 145 145 return $source; 146 146 } 147 147 148 148 // テンプレートの処理結果を表示 149 149 function display($template, $no_error = false) {
Note: See TracChangeset
for help on using the changeset viewer.
