摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-06-23 15:21 cmooc 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 1、model 主键为关联模型的主键 public function product() { return $this->belongsTo('Product', 'product_id', 'id', [], 'LEFT')->setEagerlyType(0); } 2、controller 3 阅读全文
posted @ 2022-06-23 11:06 cmooc 阅读(288) 评论(0) 推荐(0) 编辑