PHPBuilder.com: Search Google Books with the Zend Framework’s Zend_Gdata Component
On PHPBuilder.com today there’s a new article by Jason Gilmore about how you can use the Zend_Gdata component of the Zend Framework to work with the information stored in Google’s “Books” web services.
Using the Google Books service, you can search and navigate material that previously was available only in print form much in the same way you use Google’s search engine to comb the world’s web sites. [...] he Google Books API allows you to search the database, interact with the service’s social features such as retrieve and submit user reviews, view and manage users’ book collections, and even embed the book preview interface into your web site.
He includes a few snippets of code showing how to use the Zend_Gdata component to search for books by things like keyword or ISBN number and to pull the records back and display them in a simple table.
This content syndicated fromPHPDeveloper.org.
Visit the
original content
for more commentary.
Categories: Zend Framework
Tags: Articles, Google, Intermediate, Zend_GData


One comment to “PHPBuilder.com: Search Google Books with the Zend Framework’s Zend_Gdata Component”
August 22nd, 2010 at 6:34 pm
Looking forward the time when all data will be seamlessly accessible through APIs. Google books is a good start, but I want to see APIs at my government sites as well.