Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

{loop} ?

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
eadz
Smarty Regular


Joined: 30 Apr 2003
Posts: 61
Location: Auckland, New Zealand

PostPosted: Wed Apr 30, 2003 1:22 pm    Post subject: {loop} ? Reply with quote

Hi there,
I have a varible :
$Smarty->assign("num", 10);

What I would like to do is

Number of stars : {loop count=$num}*{/loop}

and have 10 stars.

But I cannot see a loop function in the docs. What is the alternative function?
Back to top
View user's profile Send private message Visit poster's website
mohrt
Administrator


Joined: 16 Apr 2003
Posts: 7368
Location: Lincoln Nebraska, USA

PostPosted: Wed Apr 30, 2003 1:25 pm    Post subject: Reply with quote

{section loop=$num}
...
{/section}
Back to top
View user's profile Send private message Visit poster's website
eadz
Smarty Regular


Joined: 30 Apr 2003
Posts: 61
Location: Auckland, New Zealand

PostPosted: Wed Apr 30, 2003 1:33 pm    Post subject: Reply with quote

Hmm it works for arrays, and just a number of loops!!
fancy.

Although your example didn't work :
Fatal error: Smarty: [in footer.html line 4]: syntax error: missing section name (Smarty_Compiler.class.php, line 900)

But this does :
Code:

php :
$Smarty->assign("nn",10);
template:
{section name=n loop=$nn}
*
{/section}


thanks for the help
Back to top
View user's profile Send private message Visit poster's website
mohrt
Administrator


Joined: 16 Apr 2003
Posts: 7368
Location: Lincoln Nebraska, USA

PostPosted: Wed Apr 30, 2003 2:34 pm    Post subject: Reply with quote

ah yeah, name attribute required.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP