Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getEntpSuppliers()
 {
     return $this->hasMany(EntpSupplier::className(), ['entrepreneur_user_id' => 'user_id']);
 }
Esempio n. 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getEntpSuppliers()
 {
     return $this->hasMany(EntpSupplier::className(), ['supplier_id' => 'id']);
 }