Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPurchases()
 {
     return $this->hasMany(Purchase::className(), ['id_branch' => 'id_branch']);
 }
Exemplo n.º 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPurchases()
 {
     return $this->hasMany(Purchase::className(), ['id_supplier' => 'id_supplier']);
 }