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