Skip to content

Instantly share code, notes, and snippets.

@barockok
barockok / Curl.php
Created January 11, 2012 02:49
philsturgeon Curl CI-Library - Enabled Upload
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/**
* CodeIgniter Curl Class
*
* Work with remote servers via cURL much easier than using the native PHP bindings.
*
* @package CodeIgniter
* @subpackage Libraries
* @category Libraries