コード例 #1
0
ファイル: control.php プロジェクト: gianpascal/yachay
     require_once "ActionLogistica.php";
     header("Content-type: text/xml");
     $o_ActionLogistica = new ActionLogistica();
     $resultado = $o_ActionLogistica->cargarPreciosServiciosyProductos($parametros['p2']);
     break;
 case 'mostrarDetalleAlmacen':
     header("Content-type: text/xml");
     require_once "ActionLogistica.php";
     $o_ActionLogistica = new ActionLogistica();
     $resultado = $o_ActionLogistica->amostrarDetalleAlmacen($parametros['p2']);
     break;
 case 'mostrarCategorias':
     require_once "ActionLogistica.php";
     header("Content-type: text/xml");
     $o_ActionLogistica = new ActionLogistica();
     $resultado = $o_ActionLogistica->listaCategoriasActiva();
     break;
 case 'mostrarProductos':
     require_once "ActionLogistica.php";
     header("Content-type: text/xml");
     $o_ActionLogistica = new ActionLogistica();
     $resultado = $o_ActionLogistica->listaProductos($parametros['p2'], $parametros['p3'], $parametros['p4']);
     break;
 case 'getMedicosdhtmlx':
     header("Content-type: text/xml");
     require_once "ActionPersona.php";
     $datos["apellidoPaterno"] = $parametros['p2'];
     $datos["apellidoMaterno"] = $parametros['p3'];
     $datos["nombres"] = $parametros['p4'];
     $o_ActionPersona = new ActionPersona();
     $resultado = $o_ActionPersona->getMedicosdhtmlx($datos);
コード例 #2
0
<?php

require_once "../../ccontrol/control/ActionLogistica.php";
$o_actionLogistica = new ActionLogistica();
$htmlCategoriasActiva = $o_actionLogistica->listaCategoriasActiva();
echo "<input type='text' value='" . $funcion . "' id='funcion' />";
echo "<input type='text' value='" . $evento . "' id='evento' />";
?>
<input type="hidden" value="%" id="categoria"/>
<input type="hidden" value="%" id="afiliacion"/>


<div style="width:700px;margin:1px auto; border: #006600 solid">
	<div class="titleform">
        <h1>Productos</h1>
        
    </div>
    
	<div style=" height:90px; margin-bottom:15px;  ">
    
    	<?php 
require_once "busqueda_tarifas.php";
?>
	</div>
	
                
         <div  id="resultadoTarifas" style=" <?php 
echo "height:" . $alto . ";";
?>
 width:700px; margin-bottom:15px; border: 1px solid #CCCCCC;  ">
						Resultado...