第 32 章 Zend_Service

目录

32.1. 简介
32.2. Zend_Service_Akismet
32.2.1. Introduction
32.2.2. Verify an API key
32.2.3. Check for spam
32.2.4. Submitting known spam
32.2.5. Submitting false positives (ham)
32.2.6. Zend-specific Accessor Methods
32.3. Zend_Service_Amazon
32.3.1. Introduction
32.3.2. Country Codes
32.3.3. Looking up a Specific Amazon Item by ASIN
32.3.4. Performing Amazon Item Searches
32.3.5. Using the Alternative Query API
32.3.5.1. Introduction
32.3.6. Zend_Service_Amazon Classes
32.3.6.1. Zend_Service_Amazon_Item
32.3.6.1.1. Zend_Service_Amazon_Item::asXML()
32.3.6.1.2. Properties
32.3.6.2. Zend_Service_Amazon_Image
32.3.6.2.1. Properties
32.3.6.3. Zend_Service_Amazon_ResultSet
32.3.6.3.1. Zend_Service_Amazon_ResultSet::totalResults()
32.3.6.4. Zend_Service_Amazon_OfferSet
32.3.6.4.1. Properties
32.3.6.5. Zend_Service_Amazon_Offer
32.3.6.5.1. Zend_Service_Amazon_Offer Properties
32.3.6.6. Zend_Service_Amazon_SimilarProduct
32.3.6.6.1. Properties
32.3.6.7. Zend_Service_Amazon_Accessories
32.3.6.7.1. Properties
32.3.6.8. Zend_Service_Amazon_CustomerReview
32.3.6.8.1. Properties
32.3.6.9. Zend_Service_Amazon_EditorialReview
32.3.6.9.1. Properties
32.3.6.10. Zend_Service_Amazon_Listmania
32.3.6.10.1. Properties
32.4. Zend_Service_Audioscrobbler
32.4.1. Introduction to Searching Audioscrobbler
32.4.2. Users
32.4.3. Artists
32.4.4. Tracks
32.4.5. Tags
32.4.6. Groups
32.4.7. Forums
32.5. Zend_Service_Delicious
32.5.1. Introduction
32.5.2. Retrieving posts
32.5.3. Zend_Service_Delicious_PostList
32.5.4. Editing posts
32.5.5. Deleting posts
32.5.6. Adding new posts
32.5.7. Tags
32.5.8. Bundles
32.5.9. Public data
32.5.9.1. Public posts
32.5.10. HTTP client
32.6. Zend_Service_Flickr
32.6.1. 对Flickr搜索的介绍
32.6.2. 查找 Flickr 用户
32.6.3. 获得 Flickr 图像详细资料
32.6.4. Zend_Service_Flickr 类
32.6.4.1. Zend_Service_Flickr_ResultSet
32.6.4.1.1. 属性
32.6.4.1.2. Zend_Service_Flickr_ResultSet::totalResults()
32.6.4.2. Zend_Service_Flickr_Result
32.6.4.2.1. 属性
32.6.4.3. Zend_Service_Flickr_Image
32.6.4.3.1. 属性
32.7. Zend_Service_Simpy
32.7.1. Introduction
32.7.2. Links
32.7.3. Tags
32.7.4. Notes
32.7.5. Watchlists
32.8. Zend_Service_StrikeIron
32.8.1. Overview
32.8.2. Registering with StrikeIron
32.8.3. Getting Started
32.8.4. Making Your First Query
32.8.5. Examining Results
32.8.6. Handling Errors
32.8.7. Checking Your Subscription
32.9. Zend_Service_StrikeIron: Bundled Services
32.9.1. ZIP Code Information
32.9.2. U.S. Address Verification
32.9.3. Sales & Use Tax Basic
32.10. Zend_Service_StrikeIron: Advanced Uses
32.10.1. Using Services by WSDL
32.10.2. Viewing SOAP Transactions
32.11. Zend_Service_Yahoo
32.11.1. 简介
32.11.2. 用Yahoo!来搜索网页
32.11.3. 用Yahoo!来查找图片
32.11.4. Finding Local Businesses and Services with Yahoo!
32.11.5. 搜索Yahoo! 新闻
32.11.6. Zend_Service_Yahoo 类
32.11.6.1. Zend_Service_Yahoo_ResultSet
32.11.6.1.1. Zend_Service_Yahoo_ResultSet::totalResults()
32.11.6.1.2. Properties
32.11.6.2. Zend_Service_Yahoo_WebResultSet
32.11.6.3. Zend_Service_Yahoo_ImageResultSet
32.11.6.4. Zend_Service_Yahoo_LocalResultSet
32.11.6.5. Zend_Service_Yahoo_NewsResultSet
32.11.6.6. Zend_Service_Yahoo_Result
32.11.6.6.1. Properties
32.11.6.7. Zend_Service_Yahoo_WebResult
32.11.6.7.1. 属性
32.11.6.8. Zend_Service_Yahoo_ImageResult
32.11.6.8.1. 属性
32.11.6.9. Zend_Service_Yahoo_LocalResult
32.11.6.9.1. 属性
32.11.6.10. Zend_Service_Yahoo_NewsResult
32.11.6.10.1. 属性
32.11.6.11. Zend_Service_Yahoo_Image
32.11.6.11.1. Properties

32.1. 简介

Zend_Service 是一个抽象类,Zend用它来作为实现web service(如:XML-RPC)的基础。 .

通过Zend_Service_Rest类, Zend_Service可以支持任何基于REST的web服务。 .

除了可以扩展 Zend_Service 并对基于REST的web services使用 Zend_Service_Rest 类进行操作之外,Zend也同时提供对流行的web services的支持,如 Amazon, Flickr, 和 Yahoo!. 而且也许不久会加入更多的web serivces哦.