tp3.2 页面Windows正常 linux异常,页面找不到

Posted 狼人杀

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tp3.2 页面Windows正常 linux异常,页面找不到相关的知识,希望对你有一定的参考价值。

这个问题主要是tp3.2  

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

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

class textController extends ComController
{


    public function helloWorld(){
        $this->display();
//        这个页面就回去Text目录下面找helloworld.html 页面 而不是helloWorld.html

//       应该改为 $this->display(‘Text/helloworld‘);
    }
  }

 

以上是关于tp3.2 页面Windows正常 linux异常,页面找不到的主要内容,如果未能解决你的问题,请参考以下文章