本文整理汇总了PHP中funciones::obtenerListadoImagenDestacado方法的典型用法代码示例。如果您正苦于以下问题:PHP funciones::obtenerListadoImagenDestacado方法的具体用法?PHP funciones::obtenerListadoImagenDestacado怎么用?PHP funciones::obtenerListadoImagenDestacado使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类funciones
的用法示例。
在下文中一共展示了funciones::obtenerListadoImagenDestacado方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
<!-- begin all content here -->
<h1 class="dashboard">Imagen Destacado: Listado de imagenes</h1>
<p></p>
<div class="div_header"> </div>
<div class="div_content">
<table id="mytable" class="admin_table">
<thead>
<tr>
<th scope="col">Id</th>
<th scope="col">Imagen</th>
<th scope="col">Url</th>
<th scope="col">Acciones</th></tr>
</thead>
<tbody class="ui-sortable">
<?php
$dato->obtenerListadoImagenDestacado();
?>
</tbody>
</table>
<p>
<!--<input class="submit" type="button" value="Guardar orden" id="table_button">-->
</p>
</div>
<div class="div_bottom"></div>
</div>
<!-- Menu navegacion derecho -->
<div id="sidebar">