[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
tracer
/
application
/
views
/
b
/
[
Home
]
File: bg_info.php
<!DOCTYPE html> <html> <head> <title></title> </head> <body> <?php foreach($info->result_array() as $i) { ?> <table id="dynamic-table" class="table table-striped table-bordered table-hover"> <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']; ?> </td> </tr> <tr> </tr> </table> <?php } echo $paginator; ?> </body> </html>