|
Posted by "pobox@verysmall.org" on 09/18/05 22:22
Is there a Smarty equivalent of the php 'for'? I could not find so far.
I have an array which I process in a peculiar way, and I just need a
simple counter to turn the cycle and stop at some point, which stop I
can control from within the cycle. At the moment I use a combination of
'foreach', without using the 'item' and a 'counter' in addition which
provides the values I need, but looks primitive and I can't stop it.
Navigation:
[Reply to this message]
|