wasim akaram

wasim akaram

  • NA
  • 2
  • 1.3k

Message: Call to undefined method CI_DB_mysqli_driver::affec

Sep 13 2018 1:40 AM
 this is my  model code... here
 
 
$this->db->update('tbl_request', $data, "id = {$this->input->post('id')}");
return $this->db->affected_rows();