while loop in smarty
Moderator: General Moderators
while loop in smarty
How i apply while loop in smarty.give me suggestion.
- AKA Panama Jack
- Forum Regular
- Posts: 878
- Joined: Mon Nov 14, 2005 4:21 pm
Or you could use my Smarty compatible Template Lite. It supports the WHILE tag. 
http://templatelite.sourceforge.net/doc ... html#while
It is also much more versital than the plugin referenced above for Smarty. The WHILE tag in Template Lite uses the same expressions as the IF tag allowing a wide range of uses.
Template Lite also supports a FOR tag as well which is also missing from Smarty.
http://templatelite.sourceforge.net/doc ... html#while
It is also much more versital than the plugin referenced above for Smarty. The WHILE tag in Template Lite uses the same expressions as the IF tag allowing a wide range of uses.
Template Lite also supports a FOR tag as well which is also missing from Smarty.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- AKA Panama Jack
- Forum Regular
- Posts: 878
- Joined: Mon Nov 14, 2005 4:21 pm