修正Controller类

This commit is contained in:
thinkphp
2013-04-01 11:22:56 +08:00
parent 61925c8ae5
commit 2377aabaf4

View File

@@ -18,9 +18,8 @@ class Controller {
$config['template_options'] = array(
'tpl_path' => MODULE_PATH.'view/',
'cache_path' => MODULE_PATH.'cache/',
'cache_type' => '',
'taglib_pre_load' => 'html',
'taglib_build_in' => 'cx,attr',
'compile_type' => 'File',
'taglib_build_in' => 'cx',
'cache_options' => array(
'temp' => APP_PATH.'runtime/temp/',
),