Can someone PLEASE tell me how mysql should be setup for nested sections. This is exactly what I need but I cannot get the arrays setup right. From the smarty documentation:
{section name=customer loop=$custid}
id: {$custid[customer]}<br>
name: {$name[customer]}<br>
address: {$address[customer]}<br>
{section name=contact loop=$contact_type[customer]}
{$contact_type[customer][contact]}: {$contact_info[customer][contact]}<br>
{/section}
<p>
{/section}
PLEASE HELP AND SORRY IF IT'S BEEN POSTED. I've tried EVERYTHING 🙁
Sorry for posting this in multiple forums, I need a quick answer 🙁