Source for file CANProvinces.php

Documentation is available at CANProvinces.php

  1. <?php
  2.     /**
  3.     * Canadian provinces define file
  4.     *
  5.     * @copyright Copyright (c) 2004 Mirchev Ideas Ltd. All rights reserved.
  6.     * @package MIPHPF
  7.     */
  8.  
  9.     /**
  10.      * Array with Canadian provinces. The key is the 2-letter abbreviation of
  11.      * the province name
  12.      * 
  13.      * @access public
  14.      */
  15.     $miCanadianProvinces array(
  16.             'AB' => 'Alberta',
  17.             'BC' => 'British Columbia',
  18.             'MB' => 'Manitoba',
  19.             'NB' => 'New Brunswick',
  20.             'NL' => 'Newfoundland and Labrador',
  21.             'NT' => 'Northwest Territories',
  22.             'NS' => 'Nova Scotia',
  23.             'NU' => 'Nunavut',
  24.             'ON' => 'Ontario',
  25.             'PE' => 'Prince Edward Island',
  26.             'QC' => 'Quebec',
  27.             'SK' => 'Saskatchewan',
  28.             'YT' => 'Yukon'
  29.     );
  30. ?>

Documentation generated on Thu, 08 May 2008 16:57:13 +0300 by phpDocumentor 1.4.1