I’m new to CI and I’ve been fooling around with it. I really like what I see but i was wondering if I could get some help.
I’ve been trying to load the phpFlickr class as a lib and i keep on getting the “Unable to load the requested class: phpflickr”. It’s in the libraries folder. I’ve tried passing the params in different ways but no luck.
This is the way i’m loading it in my controller
$params = array('api_key' => '<MyAPI-KEY>', 'secret' => NULL, 'die_on_error' => 'false' );
$this->load->library('phpFlickr', $params);
Can anybody see what i’m doing wrong.
Thanks
Rik
