问答详情
源自:4-2 使用DB facade实现CURD

var_dump($student)好的,dd($student)为什么会报错呢?

var_dump($student)好的,dd($student)为什么会报错呢? at array_map(object(Closure), array(array(object(stdClass), object(stdClass)))) in helpers.php line 510 at dd(array(object(stdClass), object(stdClass))) in StudentController.php line 20 at StudentController->test1()

提问者:不愿孤独 2017-01-10 00:51

个回答

  • cjPower
    2017-01-10 20:08:29

    显然,那是自定义函数 :)