Example #1
0
 public function getproduct_image()
 {
     return $this->hasMany(ProductImageRel::className(), ['product_id' => 'id'])->orderBy('sort_order asc');
 }