CodeIgniter-API-Controller
CodeIgniter-API-Controller copied to clipboard
Update API_Controller.php
trafficstars
$this->db->affected_rows() returns 0 because $this->CI->db->get_where() is a select and it doesn't affect any rows.