Welcome Guest, Not a member yet? Register   Sign In
Imageshack library
#1

[eluser]Unknown[/eluser]
Hi all,

this is my first public CI project. I created library that makes imgasjack uploading easy. It's based on their API. I tried to make it as easy as possible.

Example: upload image via this code
Code:
$this->load->library('imageshack');
    
$this->imageshack->upload('http://www.sourcer.cz/ci-lib/imageshack/flame.jpg');
echo $this->imageshack->getInfo('image_link');

All about this library (code, download, doc) is on project web site: http://www.sourcer.cz/ci-lib/imageshack




Theme © iAndrew 2016 - Forum software by © MyBB