コード例 #1
0
ファイル: control.php プロジェクト: gianpascal/yachay
 case 'listSubAreaXAreaXSede':
     require_once "ActionRrhh.php";
     header("Content-type: text/xml");
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->listSubAreaXAreaXSede($parametros["p2"], $parametros["p3"]);
     break;
 case 'selectSedeEmpresaArea':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->selectSedeEmpresaArea();
     break;
 case 'listaSedeAreaCentroCosto':
     require_once "ActionRrhh.php";
     header("Content-type: text/xml");
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->listaSedeAreaCentroCosto($parametros["p2"]);
     break;
 case 'eliminacionFisicaSedeAreaCentroCosto':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->eliminacionFisicaSedeAreaCentroCosto($parametros["p2"]);
     break;
 case 'listTurnoArea':
     require_once "ActionRrhh.php";
     header("Content-type: text/xml");
     $o_ActionRrhh = new ActionRrhh();
     $resultado = $o_ActionRrhh->listTurnoArea();
     blistTurnoAreareak;
 case 'listTurnoProgramar':
     require_once "ActionRrhh.php";
     header("Content-type: text/xml");