Forums

Access variable in PHP

ccroft 25 Sep, 2017
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.
Max_admin 29 Sep, 2017
Hi ccroft,

Just use:
$this->get("nominations_list.row.Nomination.photo");


Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.