Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi, is there a way to assign values into an array like

Code: Select all
<cms:set greeting[]='One' />
<cms:set greeting[]='Two' />


Thank you.
Hi,

As discussed by us in an older thread (viewtopic.php?f=4&t=7540), Couch tags do not support complex datatypes (like Arrays).

However, we can always fallback upon raw PHP for anything that is beyond Couch's purview.
using cms:php tag.

Hope this helps.
2 posts Page 1 of 1