phpFlickr as a Library |
[eluser]Unknown[/eluser]
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 Code: $params = array('api_key' => '<MyAPI-KEY>', 'secret' => NULL, 'die_on_error' => 'false' ); Can anybody see what i'm doing wrong. Thanks Rik |
Messages In This Thread |
phpFlickr as a Library - by El Forum - 08-13-2007, 10:29 AM
phpFlickr as a Library - by El Forum - 09-27-2007, 06:59 AM
phpFlickr as a Library - by El Forum - 05-02-2008, 06:27 AM
phpFlickr as a Library - by El Forum - 05-02-2008, 06:54 AM
phpFlickr as a Library - by El Forum - 05-06-2008, 04:12 PM
phpFlickr as a Library - by El Forum - 05-06-2008, 04:19 PM
phpFlickr as a Library - by El Forum - 05-06-2008, 05:14 PM
phpFlickr as a Library - by El Forum - 05-07-2008, 02:06 AM
phpFlickr as a Library - by El Forum - 05-07-2008, 03:27 PM
phpFlickr as a Library - by El Forum - 09-05-2008, 06:01 AM
phpFlickr as a Library - by El Forum - 03-14-2009, 02:19 PM
phpFlickr as a Library - by El Forum - 03-31-2011, 09:51 AM
phpFlickr as a Library - by El Forum - 07-31-2011, 02:53 AM
|