05-23-2012, 02:27 PM
[eluser]perdel[/eluser]
Hi! I was using Pyro Cms recently, and now i am moving my project to codeigniter, but i have a problem: in pyro cms, in the views, you can use the Helper:Count to count the number of items being output in a tag loop:
here this in the documentation
This is very useful, but i dont see in codeigniter anything like this.
Thanks!
Hi! I was using Pyro Cms recently, and now i am moving my project to codeigniter, but i have a problem: in pyro cms, in the views, you can use the Helper:Count to count the number of items being output in a tag loop:
Code:
{{ blog:posts }}
{{ helper:count mode="subtract" start="10" }} -- {{ title }}
{{ /blog:posts }}
This is very useful, but i dont see in codeigniter anything like this.
Thanks!