码迷,mamicode.com
首页 > 其他好文 > 详细

一对多关联

时间:2020-08-13 11:50:42      阅读:55      评论:0      收藏:0      [点我收藏+]

标签:class   create   any   pre   ble   style   public   status   stat   

class Work extends Model
{
    protected $table=‘work‘;
    protected $connection=‘zwhl‘;
    public function follow(){
        return $this->hasMany(‘WorkFollow‘,‘work_id‘,‘id‘)->visible([‘status‘,‘content‘,‘create_by‘,‘create_at‘]);
    }
}

 

一对多关联

标签:class   create   any   pre   ble   style   public   status   stat   

原文地址:https://www.cnblogs.com/CanyingV/p/13490644.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!