$insertData = array(
'bir_veri' => $veri,
...
...
...
);

$this->db->insert($insertData);