浅谈laravel5.5 belongsToMany自身的正确用法
场景
用户之间相互关注,记录这种关系的是followers表(follower_id 发起关注的人 followed_id被关注的人)
现在的多对多的关系就不再是传统的三张表的关系了, 这种情况 多对多关系应该怎么声明呢?
分析
laravel或者其他框架多对多的关系 一般都是由Model1 Model2 Model1_Model2(声明两者关系的表)来组成,
上面的场景 却是只有两张表,这时候就要研究下官方文档了; 是支持的
参考资料
In addition to customizing the name of the joining table, you may also customize the column names of the keys on the table by passing additional arguments to the belongsToMany method. The third argument is the foreign key name of the model on which you are defining the relationship, while the fourth argument is the foreign key name of the model that you are joining to:
belongsToMany方法传递的参数是可以定制的 以达到个性化的需求,
第一个参数是 第二个Model
第二个参数是 关系表名
第三个参数是 第一个Model在关系表中的外键ID
第四个参数是 第二个Model在关系表中的外键ID
解决
经过分析
1. 第一个Model是User 第一个Model也是User
2. 关系表名是 'followers'
/ 关注当前用户的 @return \Illuminate\Database\Eloquent\Relations\BelongsToMany / public function followers() { return $this->belongsToMany(self::class, 'followers', 'followed_id','follower_id')->withTimestamps() ->withTimestamps(); } / 被当前用户关注的用户 / public function followed() { return $this->belongsToMany(self::class, 'followers', 'follower_id', 'followed_id'); }
以上这篇浅谈laravel5.5 belongsToMany自身的正确用法就是长沙网络推广分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持狼蚁SEO。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程