Pārlūkot izejas kodu

更新文件名称

Zhu Jinhui 7 gadi atpakaļ
vecāks
revīzija
deb7ab4fb6

+ 5 - 5
private/configure/app.ini

@@ -7,10 +7,10 @@ qq = 119328118
 [common]
 ;程序是否使用命名空间
 namespace['use'] = true
-namespace[list.Controller] = true
-namespace[list.Model] = true
-namespace[list.Library] = true
-namespace[list.Action] = true
+namespace[list.controller] = true
+namespace[list.model] = true
+namespace[list.library] = true
+namespace[list.action] = true
 ;rewrite 方法, 此定义不能省略
 rewriteMethod = Short
 ;rewrite匹配规则,可选
@@ -71,7 +71,7 @@ query[] = param
 
 ;controller、action配置  name:参数名 ext:后缀;default:默认方法 
 controller[name] = controller
-controller[prefix] = Controller
+controller[prefix] = controller
 controller[default] = index
 
 action[name] = action

+ 1 - 1
private/Controller/index.php → private/controllerss/index.php

@@ -1,5 +1,5 @@
 <?php
-namespace Controller;
+namespace controller;
 
 class index extends \Qii\Base\Controller
 {

+ 1 - 1
private/Controller/test.php → private/controllerss/test.php

@@ -1,5 +1,5 @@
 <?php
-namespace Controller;
+namespace controller;
 
 class test extends \Qii\Base\Controller
 {

+ 0 - 0
private/Controller/view/index.tpl → private/controllerss/view/index.tpl


+ 0 - 0
private/Plugins/loger.php → private/pluginss/loger.php