Welcome Guest, Not a member yet? Register   Sign In
Flags Helper - Select Country Dropdown
#1

[eluser]demogar[/eluser]
Hello there. I made a basic helper to be used with CodeIgniter when you need a list of countries (useful for user registration, for example).

The Country Names are coded in ISO 3166-1 alpha-2.

The usage is really simple:

Code:
# Load the helper
$this->load->helper("flags");

# echo the dropdown select
# @param string $field_name = is the name of the field.
# @param string $country_selected = is the default value for the field.
echo select_countries('flags', 'pa');

You can use and abuse it and you can find the code at GitHub


Messages In This Thread
Flags Helper - Select Country Dropdown - by El Forum - 12-25-2009, 09:44 PM
Flags Helper - Select Country Dropdown - by El Forum - 12-26-2009, 06:34 AM
Flags Helper - Select Country Dropdown - by El Forum - 12-27-2009, 06:30 AM
Flags Helper - Select Country Dropdown - by El Forum - 12-28-2009, 05:53 PM
Flags Helper - Select Country Dropdown - by El Forum - 12-29-2009, 08:53 PM
Flags Helper - Select Country Dropdown - by El Forum - 12-29-2009, 08:58 PM
Flags Helper - Select Country Dropdown - by El Forum - 01-15-2010, 11:45 PM
Flags Helper - Select Country Dropdown - by El Forum - 05-16-2013, 01:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB