把分类表的信息放在$result中 最后返回结果的时候是转换成二维数组,collection::make报了一个错collection方法不存在
赞赞.
赞赞. 2019-02-23 13:35:56
0
1
1221

foreach ($res as $k => $v) {

 $cate_name     = '|--' . $v->cate_name;  

$v->$cate_name = str_repeat(' ', $blank) . $cate_name; $result[] = $v;self::getCate($v->id, $result, $blank); 

 return Collection::make($result)->toArray();报错内容 :collection方法不存在


赞赞.
赞赞.

全部回复(1)
移动用户-3906076

我也碰到这问题,不知如何解决?Fatal error: Class 'app\admin\model\Collection' not found in E:\PHPWAMP_IN3\wwwroot\qiye\application\admin\model\Category.php on line 39

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板