CodeIgniter-API-Controller icon indicating copy to clipboard operation
CodeIgniter-API-Controller copied to clipboard

Update API_Controller.php

Open microwise opened this issue 5 years ago • 0 comments
trafficstars

$this->db->affected_rows() returns 0 because $this->CI->db->get_where() is a select and it doesn't affect any rows.

microwise avatar May 05 '20 19:05 microwise