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

bug for smarty3?~

 
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 -> Smarty 3
View previous topic :: View next topic  
Author Message
skycyclone
Smarty Rookie


Joined: 18 Dec 2009
Posts: 5

PostPosted: Fri Dec 18, 2009 6:25 am    Post subject: bug for smarty3?~ Reply with quote

Code:
                                  {[assign var=foo value="|"|explode:$list[list].other]}
                                  {[foreach  from=$foo  item=foo]}
                                  <input type="radio" name="text{[$list[list].id]}" value="{[$foo]}" id="text{[$smarty.section.list.index]}">
                                  {[$foo]}
                                  {[/foreach]}

Smarty2.x of this code can function properly, but does not work correctly on Smarty3.0,not error messages,Smarty3.0 not "explode" feature?help~~~~~ Sad
Back to top
View user's profile Send private message
skycyclone
Smarty Rookie


Joined: 18 Dec 2009
Posts: 5

PostPosted: Fri Dec 18, 2009 8:10 am    Post subject: I found the cause of the problem of Reply with quote

Code:
{[assign var=foo value="|"|explode:$list[list].other]}
                                  {[foreach  from=$foo   item=item name=foo]}
                                  <input type="radio" name="text{[$list[list].id]}" value="{[$item]}" id="text{[$smarty.section.list.index]}">
                                  {[$item]}
                                  {[/foreach]}


On smarty3 "foreach" $+"item" != "from"
Back to top
View user's profile Send private message
mohrt
Administrator


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

PostPosted: Fri Dec 18, 2009 3:02 pm    Post subject: Reply with quote

Code:
{[foreach  from=$foo  item=foo]}


Don't use the same variable name as the var being looped.
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 -> Smarty 3 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