From 04773e33f4fbb70c91ec1d3079d9ea8acffaaa10 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 7 Apr 2013 15:19:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Create=E7=B1=BB=E7=9A=84?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Think/Create.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Think/Create.php b/Think/Create.php index 0ba33a4f..aef7a68f 100644 --- a/Think/Create.php +++ b/Think/Create.php @@ -46,13 +46,13 @@ class Create { case 'Controller':// 控制器 $filename = ucwords($val).$path; if(!is_file(APP_PATH.$module.'/'.$path.'/'.$filename.'.php')) { - file_put_contents(APP_PATH.$module.'/'.$path.'/'.$filename.'.php',"