Exemplo n.º 1
0
 public function getEmploye()
 {
     return $this->hasOne(Employe::className(), ['EMP_ID' => 'ID_USER']);
 }
Exemplo n.º 2
0
 public function getEmployee()
 {
     return $this->hasOne(Employe::className(), ['EMP_ID' => 'CREATED_BY']);
 }
Exemplo n.º 3
0
 public function getAgendaTbl2()
 {
     return $this->hasOne(Employe::className(), ['EMP_ID' => 'PIC']);
 }
Exemplo n.º 4
0
 public function getEmpTbl()
 {
     return $this->hasOne(Employe::className(), ['EMP_ID' => 'EMP_ID'])->via('userTbl');
 }
Exemplo n.º 5
0
 public function getEmployecc()
 {
     return $this->hasOne(Employe::className(), ['EMP_EMAIL' => 'USER_CC']);
 }
Exemplo n.º 6
0
 public function getApprove()
 {
     return $this->hasOne(Employe::className(), ['EMP_ID' => 'APPROVE_DIR']);
 }