这个问题主要是tp3.2

在读取控制器里的方法时,会把方法自动转为小写,

然后去对应view成找html文件,自然找不到。

class textController extends ComController
{ public function helloWorld(){
$this->display();
// 这个页面就回去Text目录下面找helloworld.html 页面 而不是helloWorld.html // 应该改为 $this->display('Text/helloworld');
}
}

最新文章

  1. 开发者接入 基本配置 服务器配置 out.aspx
  2. a new Poster
  3. c#/js代码命名规范及代码规范
  4. MongoDB-JAVA-Driver 3.2版本常用代码全整理(3) - 聚合
  5. 详解反射->Type.System
  6. iPhone 6/6 Plus国行版开卖当日抢购攻略
  7. OpenGL 4.0 GLSL 实现 投影纹理映射(Projective Texture Mapping) (转)
  8. 高仿百度传课应用客户端源码iOS版
  9. Big Clock
  10. bootsrtap (-)
  11. Windows10关闭快速启动
  12. ASP.NET MVC + 百度富文本编辑器 + EasyUi + EntityFrameWork 制作一个添加新闻功能
  13. 201521123081《Java程序设计》 第9周学习总结
  14. Spring MVC报错:The request sent by the client was syntactically incorrect ()
  15. G++ C++之区别
  16. 2018牛客27---D---愤怒: (有关子序列的dp问题)
  17. Java 组合
  18. Haskell语言学习笔记(48)Data.Tuple
  19. nginx配置【转】
  20. swift--添加新手引导页

热门文章

  1. Python Set intersection() 方法
  2. LOCATE()和FIND_IN_SET()
  3. 剑指offer-1:旋转数组的最小数字
  4. SpringBoot多数据源解决方案(转载)
  5. pycharm 激激活码
  6. 2018牛客网暑期ACM多校训练营(第十场)A Rikka with Lowbit (树状数组)
  7. nasm
  8. nginx代理证书使用方法
  9. springcloud 高可用的服务注册中心
  10. java课堂作业3 第一题 能查阅申请对象个数