Duplicates an array.
Article Topics: Smarty, Customization
(Required parameters in bold)
array
The array to duplicate
Any initialized Smarty array
None.
array="old_array"
assign
The array to create
Any valid Smarty array name
assign="new_array"
No output. Values of the old array stored in the new array.
Last updated 2 years ago
Was this helpful?