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('api_key'=>'xxx','username'=>'xxx','password'=>'xxx','lang'=>'tr_ch');
    $this->load->library('Plurk',$params);

    $_result = $this->plurk->getOwnProfile();

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

Sign in to add a comment
Powered by Google Project Hosting