显示Class 'Think\Controller\FuController' not found和Call to a member function assign() on a non-object...

Class 'Think\Controller\FuController' not found

错误位置

FILE: D:\wamp\www\tinkphp\Application\Come\Controller\IndexController.class.php  LINE: 5

 

问题出现在Tink,文件路径不对,把它换成Come就可以了。

 

 

显示Class 'Think\Controller\FuController' not found和Call to a member function assign() on a non-object..._第1张图片

问题出现在控制器里面的__construct()方法覆盖掉了父类的构造方法,加上红方框里面的那句话就解决了。

显示Class 'Think\Controller\FuController' not found和Call to a member function assign() on a non-object..._第2张图片

 

转载于:https://www.cnblogs.com/gaojunshan/p/6220090.html

你可能感兴趣的:(php)