codeigniter
function __construct(){
parent::__construct();
$this->load->library('form_validation');
require_once APPPATH . 'third_party\google-api-php-client-2.2.2\src\Google\Client.php';
$this->client = new Google_Client();
}
Comments
Post a Comment