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 當(dāng)前模型Product 關(guān)聯(lián)模型theme_product 中間表想對Product下的內(nèi)容進行排序!想對Product下的內(nèi)容進行排序!想對Product下的內(nèi)容進行排序! 重要的事說3次~~~跪求大神
5 回答
- 5 回答
- 0 關(guān)注
- 6030 瀏覽
添加回答
舉報
0/150
提交
取消