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