0
Answer

Message: Call to undefined method CI_DB_mysqli_driver::affec

wasim akaram

wasim akaram

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