标签: php silverstripe
我希望能够控制/循环我的数据以生成以下内容:
Loop 1 - name Loop 2 - name1 Loop 3 - name2 - etc
我知道我可以在控件中使用Pos虽然我需要从0开始。如果我只能在SS模板中进行简单的数学计算。我想不出自己能做到这一点。
答案 0 :(得分:6)
通过将起始编号传递到位置可以很容易地解决这个问题。
$Pos(0) // Start at 0 $Pos(99) // Starts at 99