From 2377aabaf4451e8a80d862a1fe63122a8f477ee3 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 1 Apr 2013 11:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Controller=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Think/Controller.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Think/Controller.php b/Think/Controller.php index 3ec88feb..ea1b2156 100644 --- a/Think/Controller.php +++ b/Think/Controller.php @@ -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/', ),