The Zend Framework provides a PHP client library package that allows for easy interaction with GData services. Setting up your application to work with the package is simple.

  1. Download a copy of the Zend Framework from: http://framework.zend.com/download/tgz
  2. Unzip the contents to a folder that will house the Zend library. Note that to have a functioning Zend framework, you only need the contents of the /library/ folder.
  3. The library needs to be accessible via PHP's path. You can either set that in php.ini or within your script like so:
    PHP:
    1. set_include_path('/path/to/Zend/library/' . PATH_SEPARATOR . get_include_path());

Share
Share →

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>