コード例 #1
0
ファイル: Product.php プロジェクト: rafalsky/home-finance
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getProductPrices()
 {
     return $this->hasMany(ProductPrice::className(), ['product_id' => 'id']);
 }