class Theme extends BaseModel{ public function products(){ return $this -> belongsToMany( 'Product','theme_product','product_id','theme_id' ); } public static function getRecentTheme(){ $themes = self::with('Products') -> select(); return $themes; }}Theme 当前模型Product 关联模型theme_product 中间表想对Product下的内容进行排序!想对Product下的内容进行排序!想对Product下的内容进行排序! 重要的事说3次~~~跪求大神
- 5 回答
- 0 关注
- 5968 浏览
添加回答
举报
0/150
提交
取消