getCollection() ->addCountryFilter($country) ->toOptionArray(); if ($noEmpty) { unset($options[0]); } else { if ($options) { $options[0]['label'] = '*'; } else { $options = array(array('value'=>'', 'label'=>'*')); } } return $options; } }