GitHunt
AL

alansaviolobo/yii-states

Creates a dropdown list of states from the US, US Territories and Canada

Requirements

Yii 1.1.x

Install

Extract to extensions directory
Add following to the import section of the main config

'application.extensions.states.*'

Usage

$options = array(
  "name" => "thestates",
  "seperateCountries" => true,
  "selected" => "VA",
);
$htmlOptions = array(
  "prompt" => "Please selecte a state",
);
 
echo States::render(array("US","canada","us territories"), $options, $htmlOptions);

Active Form
===========

$form->dropDownList($address, 'state', States::getStates(array("US"), true),
       array('prompt' => 'State', 'class' => 'abc', 'style' => "width:75px;")),

Languages

PHP100.0%

Contributors

Created March 30, 2013
Updated March 30, 2013