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