longtone Posted April 11, 2008 Share Posted April 11, 2008 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(); Link to comment https://forums.phpfreaks.com/topic/100621-solved-zend-framework-call-to-undefined-method/ Share on other sites More sharing options...
vbnullchar Posted April 11, 2008 Share Posted April 11, 2008 i think zend framework has its support forum... Link to comment https://forums.phpfreaks.com/topic/100621-solved-zend-framework-call-to-undefined-method/#findComment-514598 Share on other sites More sharing options...
longtone Posted April 11, 2008 Author Share Posted April 11, 2008 Ah! I've just figured out how to use this. At last! Link to comment https://forums.phpfreaks.com/topic/100621-solved-zend-framework-call-to-undefined-method/#findComment-514627 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.