Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.23 KB

README.textile

File metadata and controls

35 lines (22 loc) · 1.23 KB

Flags Helper

Version: v0.2
Author: Demostenes Garcia (me [at] demogar.com / www.demogar.com)

DESCRIPTION

This is a CodeIgniter Helper. It makes a dropdown select with a list of Countries. The value of the country is determined by the ‘ISO 3166-1 alpha-2’ codes.
It’s a perfect solution if you need a list of countries usable with the famfamfam flags.

I also added the fam fam fam flags in gif format.

USAGE

It’s quite simple:
# We load the helper
$this→load→helper(‘flags’);

# Then we echo the dropdown. The first value is the name of the dropdown and the second value is the default value.
echo select_countries(‘flags’, ‘pa’);

ABOUT FAM FAM FAM ICONS

famfamfam.com is the website of Mark James, a web developer from Birmingham, UK. These icons are public domain, and as such are free for any use (attribution appreciated but not required).
If you find these icons useful, please donate via paypal to mjames@gmail.com (or click the donate button available at http://www.famfamfam.com/lab/icons/silk)
Contact: mjames@gmail.com

MORE