Пример #1
0
				<hr>
				<table class="table table-hover table-bordered table-condensed">
					<thead>
						<tr>
							<th>N°</th>
							<th>Nombre</th>
							<th>Prestamo</th>
							<th>Cuota</th>
							<th>Interes</th>
						</tr>
					</thead>
					<tbody id="verPrestamos">
						<?php 
require_once 'funciones.php';
$objeto = new funciones();
$objeto->verPrestamos();
?>
					</tbody>
				</table>
				<div id="cargando" style="display: none;"><img src="../img/loader.gif" alt=""></div>
		        <div id="paginacion">
		    	 	 <?php 
require_once 'funciones.php';
$objeto = new funciones();
$objeto->paginacionPrestamos();
?>
		    	</div>
			</div>
		</div>
		<div class="row">