It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.
##List of countries
I've also compiled a list of countries
It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.
##List of countries
I've also compiled a list of countries
| <?php | |
| class Skyscanner | |
| { | |
| public function getFlightsTest() | |
| { | |
| $apikey = ''; // enter your api key | |
| $url = 'http://business.skyscanner.net/apiservices/pricing/v1.0/'; | |
| $params = array( | |
| "country" => "GB", |
| #!/bin/sh | |
| # If you would like to do some extra provisioning you may | |
| # add any commands you wish to this file and they will | |
| # be run after the Homestead machine is provisioned. | |
| # | |
| # Install Phalcon | |
| ######################## START ############################## | |
| phalcon_so="`php-config --extension-dir`/phalcon.so" |