nats_add_to_array

Turns a comma-separated list into a Smarty array.

Article Topics: Smarty, Customization

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"

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.

Last updated

Was this helpful?