本文整理汇总了PHP中funciones::verRenovar方法的典型用法代码示例。如果您正苦于以下问题:PHP funciones::verRenovar方法的具体用法?PHP funciones::verRenovar怎么用?PHP funciones::verRenovar使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类funciones
的用法示例。
在下文中一共展示了funciones::verRenovar方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: funciones
<!-- <input type="text" name="buscar" id="buscar" class="search-query" placeholder="Buscar Nombre" autofocus> -->
<div class="row">
<h1>Renovar o Eliminar Creditos</h1> <hr>
<div class="span2"></div>
<div class="span8">
<table class="table table-hover table-bordered table-condensed">
<thead>
<th>N°</th>
<th>Nombre</th>
<th>Prestamo</th>
</thead>
<tbody id="verRenovar">
<?php
require_once 'funciones.php';
$objeto = new funciones();
$objeto->verRenovar();
?>
</tbody>
</table>
</div>
</div>
</section>
<!--codigo para renovar el credito o prestamo del cliente-->
<div class="hide" id="renovarPrestamo" title="Renovar Prestamo">
<form action="acciones.php" method="post" id="renovarPrest" class="limpiar" name="formu">
<input type="hidden" id="id_registro" name="id_registro" value="0">
<label>Nombre:</label>
<input type="text" name="nombre" id="nombre" disabled>
<label>Prestamo:</label>
<input type="text" name="dinero" required id="prestamo"/>