load->model('logbook_model'); $states = $CI->logbook_model->get_states_by_dxcc($dxcc); return $states; } }