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