찾다

 >  Q&A  >  본문

$result에 분류 테이블 정보를 넣어 최종 결과가 2차원 배열로 변환됩니다. Collection::make에서 오류가 발생했습니다.

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

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

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

return Collection::make($result)->toArray() ;오류 내용: 수집 방법이 존재하지 않습니다


赞赞.赞赞.2166일 전1225

모든 응답(1)나는 대답할 것이다

  • 移动用户-3906076

    移动用户-39060762019-11-27 15:07:55

    저도 이 문제에 직면했는데 어떻게 해결해야 할지 모르겠나요? 치명적인 오류: 39행의 E:PHPWAMP_IN3wwwrootqiyeapplicationadminmodelCategory.php에서 'appadminmodelCollection' 클래스를 찾을 수 없습니다

    회신하다
    0
  • 취소회신하다