Пример #1
0
					<hr>
					<table  id="pagos" class="table table-hover table-bordered table-condensed">
						<thead>
							<tr>
								<th>Nombre</th>
								<th>Fecha Pago</th>
								<th>Abono</th>
								<th>Interes</th>
								<th>Saldo</th>
							</tr>
						</thead>
						<tbody id="verPagos">
							<?php 
require_once 'funciones.php';
$objeto = new funciones();
$objeto->verPagos();
?>
						</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->paginacionPagos();
?>
			    	</div>
				</div>
		</div>
	</section>