I'm using a custom code to get some data from the database, it's working normally, I used this:
$this->data['list_array'] = $list_array;
now i need to know how i can access some items from the database, for example, use the switch.
What is the correct way to use it?
$this->data['list_array'] = $list_array;
now i need to know how i can access some items from the database, for example, use the switch.
What is the correct way to use it?
if the data is under the data array then you can use:
{data:path.to.data}
You need to login to be able to post a reply.