ctechhindi / CodeIgniter-API-Controller

CodeIgniter Restful API Controller - Easily build REST API with Token Authorization
MIT License
68 stars 50 forks source link

Update API_Controller.php #9

Open microwise opened 4 years ago

microwise commented 4 years ago

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