Ejemplo n.º 1
0
		<div class="container">
		<table class="table table-striped-edwin"  BORDER=10>
				<thead class="CaberaSuperiorTablaStriped">
					<tr ALIGN=center>
						<th>Codigo</th>
						<th>Descripcion</th>
						<th>Costo</th>
						<th>Pvp</th>
						<th>Utilidad</th>
						<th>Menu</th>
						<th width="3%" colspan="2"></th>
					</tr>
				</thead>
				<tbody class="fuente">
					<?php 
foreach ($ProductoDatosObj->consultaGeneral() as $c) {
    ?>
					<tr>					
						<td><?php 
    echo $c->getCodigo_producto();
    ?>
 </td>
						<td><?php 
    echo $c->getDescripcion();
    ?>
 </td>
						<td><?php 
    echo $c->getCosto();
    ?>
</td>
						<td><?php