Answer the question
In order to leave comments, you need to log in
Where are the rest of the relation in yii2?
Found two relationships in yii2 hasOne, hasMany.
public function getCompaniesCompany()
{
return $this->hasOne(Companies::className(), ['company_id' => 'companies_company_id']);
}
public function getDepartamens()
{
return $this->hasMay(Departamens::className(), ['branches_branch_id' => 'branch_id']);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question