// go foreach foreach($airports->result() as $airport) { $items[$airport->callname] = $airport->country; }