Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Faithlead\RestBundle\Controller;
use Symfony\Component\HttpFoundation\Request;
use Faithlead\RestBundle\Form\Type\UserType;
use FOS\RestBundle\Controller\Annotations\View,
FOS\RestBundle\Controller\FOSRestController,
FOS\RestBundle\Controller\Annotations\RouteResource;
@sas05
sas05 / gist:8911339
Created February 10, 2014 06:33
Array of country codes (ISO 3166) and corresponding names
<?php
$countries = array( 'A1' => "Anonymous Proxy",
'A2' => "Satellite Provider",
'AD' => "Andorra",
'AE' => "United Arab Emirates",
'AF' => "Afghanistan",
'AG' => "Antigua and Barbuda",
'AI' => "Anguilla",
'AL' => "Albania",