[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
tracer
/
application
/
views
/
mahasiswa
/
[
Home
]
File: bg_info.php
<div id="container"> <div id="body"> <div class="cleaner_h10"></div> <?php foreach($info->result_array() as $i) { ?> <table class="table table-striped table-bordered data"> <thead> <tr> <td> <h5><?php echo nama_hari($i['waktu_post']).', '.tgl_indo($i['waktu_post']); ?></h5> <h4><?php echo $i['judul']; ?></h4> <?php echo $i['isi']; ?> <div class="line-dot"></div> </td> </tr> </table> <?php } echo $paginator; ?> </div>