Exemple #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getIDcompany()
 {
     return $this->hasOne(Company::className(), ['IDcompany' => 'IDcompany']);
 }
Exemple #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCompanies()
 {
     return $this->hasMany(Company::className(), ['IDcity' => 'IDcity']);
 }