duansha3771 2015-11-02 08:26
浏览 78
已采纳

Laravel关系错误 - 试图获取非对象的属性

I am trying to get the id of the relations I have setup.

Plate model

public function plateContainer()
{
    return $this->belongsTo('App\Models\PlateContainer');
}

PlateContainer Model

public function plate()
{
    return $this->hasMany('App\Models\Plate');
}

public function equipmentStatusCode()
{
    return $this->hasOne('App\Models\EquipmentStatusCode');
}

EquipmentStatusCode Model

public function plateContainer()
{
    return $this->belongsTo('App\Models\PlateContainer');
}

When I try.

    $p  = Plate::findOrFail(4);
    $p->plateContainer->equipmentStatusCode;

  return $p;

I get Trying to get property of non-object. What I am doing wrong?

  • 写回答

2条回答 默认 最新

  • donglvlao8367 2015-11-02 10:14
    关注

    Try this:

    I just tried to create a similar situation. I modified the code likewise:

    $p  = Plate::findOrFail(4);
    
    $p->equipmentStatusCode->plateContainer;
    return $p;
    

    I was able to fetch the result array.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料