From 63d6f49a1bd8710b76ee1a6e0f1d4c0a8da6cd03 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 17 Oct 2016 16:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/convention.php b/convention.php index f7486a48..206603b1 100644 --- a/convention.php +++ b/convention.php @@ -58,6 +58,8 @@ return [ 'default_validate' => '', // 默认的空控制器名 'empty_controller' => 'Error', + // 操作方法前缀 + 'use_action_prefix' => false, // 操作方法后缀 'action_suffix' => '', // 自动搜索控制器