Esempio n. 1
0
 public function getProducts()
 {
     return $this->hasMany(Product::className(), ['manufacturerId' => 'id']);
 }
Esempio n. 2
0
 public function getProduct()
 {
     return $this->hasOne(Product::className(), ['categoryId' => 'id']);
 }