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?