Welcome Guest, Not a member yet? Register   Sign In
sequence number
#1

[eluser]aataqwa[/eluser]
Hello All....

Quote:How to make sequence number in view???? if in smarty {counter}, how about CI???

Thank You.
#2

[eluser]Pascal Kriete[/eluser]
I'm not sure what you're trying to accomplish. Is this in a loop?
Code:
<ul>
&lt;?php
$x = 0;
foreach($something as $some => $thing): ?&gt;
<li>
    &lt;?= $x++ ?&gt;
</li>
&lt;?php endforeach; ?&gt;
</ul>




Theme © iAndrew 2016 - Forum software by © MyBB