Beispiel #1
0
 protected function configure()
 {
     $d = new Flickr();
     $foo = $d->searchPhotos('cat');
     $this->title = 'Welcome to iFlickr';
     $this->images = $foo;
 }