Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function flickrAction()
- {
- //conect to api amnd show results in view
- $client = new Zend_Service_Flickr ( '968bf6491c274e6abe558fa1140d1ec5' );
- try {
- $results = $client->userSearch( 'gareth126' );
- } catch ( Zend_Service_Exception $e ) {
- die ( $e->getMessage () );
- }
- $this->view->results = $results;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement