I wasn't able to find the location of the default php installation on Mac OS X (10.5) and the php.ini file in /etc doesn't specify a path to one, so I chose to leave the framework in my website root directory and use following code to add the framework library to php's path:
$path = 'ZendFramework-1.0.4/library/';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
You're ready to go. See Google data APIs Developer Guide and Zend's Gdata Documentation for more information.
No comments:
Post a Comment