CodeIgniter Forums
Imageshack library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Imageshack library (/showthread.php?tid=33989)



Imageshack library - El Forum - 09-15-2010

[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