[SMARTY] increment a smarty value
John Nichel <[email protected]>
| Newsgroups | gmane.comp.php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
Long time php developer, but don't dabble too much into the Smarty
world, so I'm wondering if y'all can give me a hand. I'm trying to
increment a smarty value by 1 each time I go thru my while loop (added
while loop functionality to our Smarty compiler), but I can't find a
good way to do it. In fact, the only way that seems to work is doing it
like this....
{ while $test < 10 }
{ $test++ }
{ /while }
But that echo's out the variable each time thru the loop. Is there a
way in Smarty to do this without printing out the variable? Thanks.
--
John C. Nichel
ÃberGeek
KegWorks.com
716.856.9675
[email protected]
--
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php