Basically, I need to know the following:
I need to show a drop-down list of countries for my users, each country also has a code associated with it. I will have to work with both the country and the code. What would be a better approach:
-We (developer) think of a table in our application database with this data or an XML file. "Our" architect "says that this is an old school, and that we should use constants in our application with a map that associates a country with a code
Please help me feel smart
source
share