Hello
I faced this type of Error in codeigniter.
Can you suggest me any solution...
ERROR : You must use the "set" method to update an entry.
In Model Code is..
$this->db->where('user_id',$user_current_id);
$this->db->update('admin_resume_expertise',$data);
Thank YOu