My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
example_codeigniter  

Featured
Updated Mar 29, 2010 by cwsh...@gmail.com

#This is a simple example for Codeigniter.

Details

function index(){
    $params =  array('username'=>'xxx','password'=>'xxx');
    $this->load->library('delicious',$params);
    
    $_params = array(
        'tag'=>'',
	'dt'=>'',
	'url'=>'',
	'hashes'=>'',
	'meta'=>'yes'
    );
    $_result = $this->delicious->posts_get($_params);

    print_r($_result);
    print_r($this->delicious->responses);
}

Sign in to add a comment
Powered by Google Project Hosting