Open microwise opened 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.
$this->db->affected_rows()
$this->CI->db->get_where()
$this->db->affected_rows()
returns 0 because$this->CI->db->get_where()
is a select and it doesn't affect any rows.