问答详情
源自:2-2 自定义菜单代码实现

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);      

                 }


提问者:XY杰 2016-08-26 14:32

个回答

  • 慕瓜6583636
    2018-07-04 09:50:01

    https://img3.mukewang.com/5b3c27b70001dd6006400360.jpgxdfdsfzdvdsasd在大使馆发生的




    大爱迪生

  • rehack_cn
    2016-09-03 20:49:06

    在创建菜单的时候 我也遇到了这类似的情况,

    Call to a member function parseTemplate() on null