How-to articles, tricks, and solutions about SQL
Codeigniter $this->db->get(), how do I return values for a specific row?
The $this->db->get() function in CodeIgniter is used to retrieve data from a database table.
Display an array in a readable/hierarchical format
Here is an example of how you could display an array in a readable/hierarchical format in PHP: