mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正Controller类
This commit is contained in:
@@ -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/',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user