How-to articles, tricks, and solutions about CODEIGNITER
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.
Codeigniter Rename file on upload
In CodeIgniter, you can rename a file on upload by using the do_upload() method of the Upload class.
Codeigniter: fatal error call to undefined function mysqli_init()
Here's an example of how the error might appear in a Codeigniter application:
Codeigniter's `where` and `or_where`
In CodeIgniter, the where method on the database class is used to add a WHERE clause to your query.