This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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", |