The Zend_Gdata component provides access to Google??™s Blogger, Calendar, Base
and CodeSearch applications. In order to provide consistency, the Zend_Gdata component provides the data
using Zend_Feed, so if you can process an RSS feed, then you can process Google Calendar data too.
Advanced Components
There are a set of other components provided with the Zend Framework that do not fit easily into any category,
so I have rather lazily grouped them together into the advanced category. This potpourri of components
includes caching, searching, pdf creation, email and the rather esoteric measurement class.
Everyone wants a faster website and caching is one tool that can be used to help speed up your website.
Whilst not a sexy component, the Zend_Cache component provides a generic and consistent interface to cache
any data in a variety of back end systems such as disk, database or even with APC??™s shared memory. This
flexibility ensures that you can start small with Zend_Cache and as the load on your site increases, the caching
solution can grow up with you to help ensure you get the most out of the server hardware.
Licensed to Menshu You
Please post comments or corrections to the Author Online forum at
http://www.manning-sandbox.
Pages:
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34