$array = array(
'ad' => 'Mehmet'
);
$this->db->insert('tablo',$array);