Jump to content

[SOLVED] Zend framework: call to undefined method


longtone

Recommended Posts

OK, I'm getting somewhere with Zend

 

I've tried using the sample code eg:

function searchAndPrintVideosByKeywords($searchTermsArray)

but that fails unless I also have:

function printVideoFeed($videoFeed, $displayTitle = null) 

then that in turn requires:

function printVideoEntry($videoEntry, $tabs = "") 

but that requires

getVideoTitle()

and about ten others

 

Surely I don't have to find all these functions and add them by hand?

There must be a shortcut?

 

I have included this code at the start:

require_once 'Zend/Loader.php'; // the Zend dir must be in your include_path
Zend_Loader::loadClass('Zend_Gdata_YouTube');
$yt = new Zend_Gdata_YouTube();

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.