Example #1
0
 public function detalleExpLaboral($cod, $opc)
 {
     //permtie mostrar el formulario
     $o_DRrhh = new DRrhh();
     if ($opc == 2) {
         $rs = $o_DRrhh->getDetalExpLaboral($cod);
     }
     if ($opc == 3) {
         $rs = $o_DRrhh->getDetalEstSup($cod);
     }
     if ($opc == 4) {
         $rs = $o_DRrhh->getDetalIdioma($cod);
     }
     if ($opc == 5) {
         $rs = $o_DRrhh->getDetalConocimientos($cod);
     }
     if ($opc == 6) {
         $rs = $o_DRrhh->getDetalInvestigaciones($cod);
     }
     if ($opc == 7) {
         $rs = $o_DRrhh->getDetalLogros($cod);
     }
     if ($opc == 8) {
         $rs = $o_DRrhh->getDetalReferencias($cod);
     }
     if ($opc == 9) {
         $rs = $o_DRrhh->getDetalLegajo($cod);
     }
     return $rs;
 }