Beispiel #1
0
 public function getEmp()
 {
     return $this->hasOne(Employe::className(), ['EMP_ID' => 'EMP_ID']);
 }