public function departmentInfo()
{
return $this->hasOne("DepartmentDoctor","doctor_id","id");
}
遵循1221原则 即 本模型 关联模型,关联模型的关联字段 本模型字段
使用模型
where)->find();
dd($doctor_name->departmentInfo);
public function departmentInfo()
{
return $this->hasOne("DepartmentDoctor","doctor_id","id");
}
遵循1221原则 即 本模型 关联模型,关联模型的关联字段 本模型字段
使用模型
where)->find();
dd($doctor_name->departmentInfo);
本文标题:laravel和thinkphp5模型关联
本文链接:https://www.haomeiwen.com/subject/lhncuhtx.html
网友评论