Beispiel #1
0
 public function getproduct_files()
 {
     return $this->hasMany(ProductFiles::className(), ['product_id' => 'id']);
 }