Exemplo n.º 1
0
 public function getCity()
 {
     return $this->hasMany(FCity::className(), ['id_region' => 'id'])->viaTable('f_region', ['id_okrug' => 'id']);
 }
Exemplo n.º 2
0
 public function getCity()
 {
     return $this->hasOne(FCity::className(), ['id' => 'id_city']);
 }
Exemplo n.º 3
0
 public function getCity()
 {
     return $this->hasMany(FCity::className(), ['id_region' => 'id']);
 }