修正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( $config['template_options'] = array(
'tpl_path' => MODULE_PATH.'view/', 'tpl_path' => MODULE_PATH.'view/',
'cache_path' => MODULE_PATH.'cache/', 'cache_path' => MODULE_PATH.'cache/',
'cache_type' => '', 'compile_type' => 'File',
'taglib_pre_load' => 'html', 'taglib_build_in' => 'cx',
'taglib_build_in' => 'cx,attr',
'cache_options' => array( 'cache_options' => array(
'temp' => APP_PATH.'runtime/temp/', 'temp' => APP_PATH.'runtime/temp/',
), ),