Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/10/2011, 10:27
milito25
 
Fecha de Ingreso: octubre-2011
Ubicación: Libia
Mensajes: 7
Antigüedad: 13 años, 4 meses
Puntos: 0
Mal uso de foreach

por favor me ayudan que el hipervinculo RESPONDER no se repita de esa forma :(

<?php



$tabla = new solicitudesmaterialModel();

echo "<table border=\"1\" align=\"center\">";
echo "<tr><th>fecha</th>";
echo "<th>usuario</th>";
echo "<th>formacion</th>";
echo "<th>sitio</th>";

echo "<th>estado</th></tr>";
foreach ( $tabla->lalala()as $c)
{

echo "<tr><td>";
echo $c -> fecha;
echo "</td><td>";
echo $c -> nombres;
echo "</td><td>";
echo $c -> nomformacion;
echo "</td><td>";
echo $c -> sitioPractica;
echo "</td><td>";
echo $c -> nomestado;
echo "</td><td>";?>
<?php foreach($this->solicitudesmaterial as $almacen) : ?>
<a href="<?php echo $this->url
(array('controller'=>'solicitudesmaterial', 'action'=>'solicitudesmaterial', 'idsolicitudesMaterial'=>$almacen->idsolicitudesMaterial));?>">RESPONDER</a>
<?php endforeach; ?>
<?php echo "</td></tr>";


}
echo "</table>";
?>

Algo asi se esta mostrando!

fecha usuario formacion sitio estado
2011-10-20 22:31:17 Andres Felipe Diseño Grafico nuevo amanecer Pendiente RESPONDER RESPONDER RESPONDER RESPONDER RESPONDER RESPONDER
2011-10-18 19:05:49 Camilo Analisis parque recreacion Pendiente RESPONDER RESPONDER RESPONDER RESPONDER RESPONDER RESPONDER
2011-10-20 19:06:07 Andres Felipe Diseño Grafico mercar Pendiente RESPONDER RESPONDER RESPONDER RESPONDER RESPONDER RESPONDER
2011-10-19 19:06:24 melva Animacion 3D coliseo del cafe Pendiente RESPONDER RESPONDER RESPONDER RESPONDER RESPONDER RESPONDER