I am trying to include the Zend_Gdata framework and having a load of
trouble. I have the library folder, containing /Zend/Loader.php etc.
in usr/local/lib/php, which is in my include_path in php.ini.

My entire script so far is this

<?php

set_include_path('library/'.get_include_path());

include_once('Zend/Loader.php');
echo 'Found Loader<br />';
Zend_Loader::loadClass('Zend_Gdata');
echo 'found gData';

?>

The only output I get is 'Found Loader'. So the first include is
working, but the Zend_Loader::loadClass is not. Can anybody help me
diagnose where the fault lies please, it is destroying me !!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to