Example #1
0
<table class="table table-striped table-hover">
  <thead>
      <tr>
          <th width="40px">#</th>
          <th width="160px">Hari, Tanggal</th>
          <th width="170px">Kategori</th>
          <th width="500px" style="text-align:left">Judul</th>
          <th width="80px">Dibaca</th>
          <th width="140px">Tindakan</th>
      </tr>
  </thead>
  <tbody>

      <?php 
        $no = $paging->dataNumbering();
        ?>

      <?php 
        foreach ($data as $berita) {
            ?>

      <tr>
          <td><?php 
            echo $no;
            ?>
</td>
          <td><?php 
            echo Date::convert($berita->timestamp);
            ?>
</td>