Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBrands0()
 {
     return $this->hasMany(Brands::className(), ['updatedBy' => 'id']);
 }
Example #2
0
 public function getNameBrand()
 {
     return $this->hasOne(Brands::className(), ['id' => 'id_brand'])->one()->name;
 }