$this->db->where('column', $data['column_name']); $this->db->join('table', 'table.column=table1.column1'); $this->db->update('table2', $data);