function recuperarPincho($cod) { $pincho = new Pincho(); $codPincho = new CodigoPincho(); $res = $codPincho->recuperar($cod); $data = mysqli_fetch_assoc($res); $id = $data['pincho_idpincho']; return $pincho->recuperar($id); }
function recuperarPincho($id) { $pincho = new Pincho(); return $pincho->recuperar($id); }
function datosPropuestaGastronomica($id) { $pincho = new Pincho(); $datos = $pincho->recuperar($id); return $datos; }
function recuperarPincho($cod) { $pincho = new Pincho(); $res = $pincho->recuperar($cod); return $res; }
$id1 = $data1['pincho_idpincho']; $resp1 = $p1->recuperar($id1); $datap1 = mysqli_fetch_assoc($resp1); $cp2 = new CodigoPincho(); $p2 = new Pincho(); $res2 = $cp2->recuperar($c2); $data2 = mysqli_fetch_assoc($res2); $id2 = $data2['pincho_idpincho']; $resp2 = $p2->recuperar($id2); $datap2 = mysqli_fetch_assoc($resp2); $cp3 = new CodigoPincho(); $p3 = new Pincho(); $res3 = $cp3->recuperar($c3); $data3 = mysqli_fetch_assoc($res3); $id3 = $data3['pincho_idpincho']; $resp3 = $p3->recuperar($id3); $datap3 = mysqli_fetch_assoc($resp3); ?> <h1>Votar</h1> <div id=templatemo_form> <h2>Selecciona un favorito</h2> <form id="votojuradopopular" method="post"> <div class="product_box"> <input type="radio" name="pincho" value="<?php echo $c1; ?> " checked ><?php echo $datap1['nombrepincho']; ?> <br>