Country list
$countryList = Mage::getModel('directory/country') ->getCollection() ->loadData() ->toOptionArray(false); echo '<pre>'; print_r($countryList); |
$countryList = Mage::getModel('directory/country') ->getCollection() ->loadData() ->toOptionArray(false); echo '<pre>'; print_r($countryList); |