Difference between revisions of "Nats add to array"
From TMM Wiki
Jump to navigationJump to searchm |
(→Notes) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 46: | Line 46: | ||
== Notes == | == Notes == | ||
None. | None. | ||
+ | |||
+ | [[Category:NATS4 Template Functions]] |
Latest revision as of 10:08, 8 June 2015
Applies to NATS 4.0.25 and greater.
nats_add_to_array
Turns a comma-separated list into a Smarty array.
Alias: add_to_array
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
add | The list of items to add to the array | Any characters | Empty. Creates an empty array | add="one,two,three" |
array | Name of array to create | Any valid Smarty array name | You must provide an argument | array="myarray" |
assign_prefix | Prefix output variables with this word. (Click link for details) | Any valid Smarty variable name | None. (No prefix is used) | assign_prefix="myvar" |
Output
None. Creates the array set with the array parameter.
Notes
None.