How can I retrieve all countries with currency codes in zend 2 so I can use them for form select?
As far as i know zf2/library/Zend/I18n/View/Helper/CurrencyFormat.php
accept every 3-letter ISO 4217 currency code.
So you could just use something like that.