Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to use the ZendGData to make API calls to youtube basically I want to be able to upload and view youtube videos on my site but The classes don't seem to be loading. I'm following the example at .Developers.Google

require_once '../Handlers/ZendGdata-1.12.3/library/Zend/Loader.php';

It includes the form I think the problem occurs here I'm not sure.

Zend_Loader::loadClass('Zend_Gdata_YouTube');
    Zend_Loader::loadClass('Zend_Gdata_AuthSub');


I Assume its these lines that are incorrect since It was the 1st time I heard abt Zend_framework maybe because I'm using the standalone version it wants me to include the classes directory as a 2nd parameter?

Any help as to how to modify this to work will be highly appreciated, and would also like to know where exactly are the classes I'm loading because I've searched the entire folder I downloaded at Zend under other downloads
Posted
Updated 24-Oct-13 2:57am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900