/** * @return \yii\db\ActiveQuery */ public function getShopLoadings() { return $this->hasMany(ShopLoading::className(), ['created_by' => 'user_id']); }
/** * @return \yii\db\ActiveQuery */ public function getShopLoadings() { return $this->hasMany(ShopLoading::className(), ['product_id' => 'product_id']); }