Quote:How to make sequence number in view???? if in smarty {counter}, how about CI???
<ul> <?php $x = 0; foreach($something as $some => $thing): ?> <li> <?= $x++ ?> </li> <?php endforeach; ?> </ul>