On Wed, May 7, 2008 at 11:27 AM, Louie Miranda <[EMAIL PROTECTED]> wrote:
> http://www.sitepoint.com/print/photo-gallery-cakephp-flickr
>
> I tried to follow this.. But, I got stuck on:
>
>  /app/controllers/gallery_controller.php:
>
> class GalleryController extends AppController{
>   var $name = 'Gallery';
>   var $components = array [9]('Flickr');
>   var $uses = null;
>  }
> Noticed the $components = array [9] ('Flickr');?
> It is somewhat wrong and causing error, because the array is incorrect.

var $components = array('Flickr');

-- 
Chris Hartjes
Internet Loudmouth
Motto for 2008: "Moving from herding elephants to handling snakes..."
@TheKeyBoard: http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to