I have an associative array that I'm building from a sql query (yes I'm filling the entire array before sending it to the template, although this shouldn't matter anyway because there's only one row)...and all I want to do is display the value based on the key on the template.
I've tried:
Code: Select all
Project Type: {$folio[projecttype]}Code: Select all
Project Type: {$folio.projecttype}