Call to a member function get() on null 請(qǐng)問這怎么解決?
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); ? ? ?
? ? ? ? ? ? ? ? ?}
2018-07-04
大愛迪生
2016-09-03
在創(chuàng)建菜單的時(shí)候 我也遇到了這類似的情況,
Call to a member function parseTemplate() on null