So Im returning an array of all the information I need from my function, but I can seem to figure out how to parse through the array once I get to the templete.
Module:
Class main{
function data(){
blah blah blah
return $array;
}
}Template:
{exp:main:data}{data}{/exp:main:data}{data} returns “Array”
How can I parse through this in EE code or is there another to parse this variable?
Thanks