Call to a member function get() on null 请问这怎么解决?
Fatal error: Call to a member function get() on null in C:\1\think\ThinkPHP\Lib\Core\Action.class.php on line 180
public function get($name='') {
line180 return $this->view->get($name);
}
Fatal error: Call to a member function get() on null in C:\1\think\ThinkPHP\Lib\Core\Action.class.php on line 180
public function get($name='') {
line180 return $this->view->get($name);
}
2016-08-26
举报