Ejemplo n.º 1
0
 public function getClientName()
 {
     return $this->hasOne(Clients::className(), ['id' => 'client']);
 }
Ejemplo n.º 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getClients()
 {
     return $this->hasMany(Clients::className(), ['city_id' => 'id']);
 }
Ejemplo n.º 3
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getClients()
 {
     return $this->hasMany(Clients::className(), ['responsable_id' => 'id']);
 }