Example #1
0
 public function getEscuela()
 {
     return $this->hasOne(Escuelas::className(), ['id' => 'escuela_did']);
 }