X xmarinusx Member Jun 28, 2015 #1 I am using a php callback to pass in parameters to a template, how can I get a value from an array in the parameters?
I am using a php callback to pass in parameters to a template, how can I get a value from an array in the parameters?
P Paul B XenForo moderator Staff member Jun 28, 2015 #2 What is the format of the array? You should typically be able to access it using something like {$array.item}.
What is the format of the array? You should typically be able to access it using something like {$array.item}.
X xmarinusx Member Jun 28, 2015 #3 Brogan said: What is the format of the array? You should typically be able to access it using something like {$array.item}. Click to expand... That works, thanks.
Brogan said: What is the format of the array? You should typically be able to access it using something like {$array.item}. Click to expand... That works, thanks.