I am trying to set up a query but when ever I got to my page I get this
error. I think it's because I am not loading a certain class, but the
sample code itself gave me this error along with the other classes I
have added into it.
Fatal error: Class 'Zend_Gdata_Health_Query' not found in
C:\xampplite\htdocs\test2.php on line 18
<?php
require_once 'Zend/Loader.php';
Zend_Loader::loadClass('Zend_Gdata_Query');
Zend_Loader::loadClass('Zend_Gdata_Feed');
Zend_Loader::loadClass('Zend_Gdata_AuthSub');
Zend_Loader::loadClass('Zend_Gdata_Health');
$sessionToken =
Zend_Gdata_AuthSub::getAuthSubSessionToken($_GET['token']);
$client = Zend_Gdata_AuthSub::getHttpClient($sessionToken);
echo("here");
$query = new Zend_Gdata_Health_Query();
?>
Thanks,
~Marty
--
You received this message because you are subscribed to the Google Groups
"Google Health Developers" 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/googlehealthdevelopers?hl=en.