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

foreach item value overwrites assigened value

 
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
Sairahcaz
Smarty n00b


Joined: 26 Jul 2017
Posts: 1

PostPosted: Wed Jul 26, 2017 9:33 am    Post subject: foreach item value overwrites assigened value Reply with quote

Hi,

I assign a value like this:
Code:
$smarty->assign('foo', 'bar');


But also have a foreach in a included template like this:
Code:
{foreach from=$fooData item=foo}


Now my assigned value ist overwritten.

Is there a way to avoid this behavior, e.g. tell smarty to not register these variables globally?

Kind regards,
Sairahcaz
Back to top
View user's profile Send private message
elpmis
Smarty Elite


Joined: 07 Jun 2007
Posts: 321

PostPosted: Wed Jul 26, 2017 10:12 am    Post subject: Reply with quote

You should not use same var name two times. Var names must be unique.
Back to top
View user's profile Send private message
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