From 84e78a5a4af879bb76e072dd70cbd2107fe8adec Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 4 Jan 2016 18:35:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=83=AF=E4=BE=8B=E9=85=8D=E7=BD=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convention.php b/convention.php index fdc38900..4203e918 100644 --- a/convention.php +++ b/convention.php @@ -47,7 +47,7 @@ return [ // 默认操作名 'default_action' => 'index', // 默认的空控制器名 - 'empty_controller' => 'error', + 'empty_controller' => 'Error', // 操作方法后缀 'action_suffix' => '', // 操作绑定到类 @@ -95,7 +95,7 @@ return [ // 默认跳转页面对应的模板文件 'dispatch_jump_tmpl' => THINK_PATH . 'tpl/dispatch_jump.tpl', // 默认的模板引擎 - 'template_engine' => 'think', + 'template_engine' => 'Think', // +---------------------------------------------------------------------- // | 异常及错误设置