I have modified the article list demo I have setup most of the system to display what we need. Only thing I need to know is how to access a variable in PHP. I have a JSON string which I can access via
{var:nominations_list.row.Nomination.photo}
, but how would I access that in PHP so I can convert to array so I can access the thumbnail URL int eh JSON string.