ViewHelper Documentation
v:iterator.implode
Implode ViewHelper
Implodes an array or array-convertible object by $glue.
Arguments
as string
Template variable name to assign; if not specified the ViewHelper returns the variable instead.
content string
Array or array-convertible object to be imploded by glue
glue string
String used as glue in the content to be imploded. Use glue value of "constant:NAMEOFCONSTANT" (fx "constant:LF" for linefeed as glue)