非对象的成员函数

WBOY
Release: 2016-06-23 13:01:55
Original
1156 people have browsed it


在调用的时候出现了非对象的成员函数,想问一下这个咋解决
Fatal error: Call to a member function assign() on a non-object in D:\maizi\mvc\libs\Controller\testController.class.php on line 11


回复讨论(解决方案)

你自己看看 $view 是什么玩意

看上去你用的是 TP,但 TP 使用自定义模板引擎有自己的方法,绝却不是你这样的

用的不是tp模版,那个$view 相当于在入口文件调用smaerty模版

你自己看看 $view 是什么玩意

看上去你用的是 TP,但 TP 使用自定义模板引擎有自己的方法,绝却不是你这样的




用的不是tp模版,那个$view 相当于在入口文件调用smaerty模版 

那么你的第一段代码和第二段代码存在什么联系?

既然 $view 是全局变量,总不能不赋值就使用吧

既然 $view 是全局变量,总不能不赋值就使用吧


大神,是这样的,第一个相当于入口文件,把所有的控制都写在了那个function.php里,第二个图片是那个控制器的文件

在执行 testController::show 方法之前,$view 必须已经是赋过值的

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template