0
Answer

Message: Call to undefined method CI_DB_mysqli_driver::affec

Photo of wasim akaram

wasim akaram

6y
1.5k
1
 this is my  model code... here
 
 
$this->db->update('tbl_request', $data, "id = {$this->input->post('id')}");
return $this->db->affected_rows();