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

inner arrays not supported?

 
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
ZeroFill
Smarty Rookie


Joined: 31 Aug 2003
Posts: 28

PostPosted: Wed Sep 03, 2003 2:46 am    Post subject: inner arrays not supported? Reply with quote

i'm trying to do something like this
Code:
<{$value[$vital_form_names[$req_key][vert]]}>
but smarty is giving me an error of
Code:
Fatal error: Smarty: [in user_form.tpl line 52]: syntax error: unrecognized tag: $value[$vital_form_names[$req_key][vert]] (Smarty_Compiler.class.php, line 382)


however, if i do
Code:
<{assign var="form_name" value=$vital_form_names[$req_key][vert]}>
<{$value[$form_name]}>
it works fine

is there a way to call an array using an array's value without having to assign it?
_________________
my delimiters are <{ and }>
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