第 38 章 Zend_Service

目录

38.1. 简介
38.2. Zend_Service_Akismet
38.2.1. Introduction
38.2.2. Verify an API key
38.2.3. Check for spam
38.2.4. Submitting known spam
38.2.5. Submitting false positives (ham)
38.2.6. Zend-specific Accessor Methods
38.3. Zend_Service_Amazon
38.3.1. Introduction
38.3.2. Country Codes
38.3.3. Looking up a Specific Amazon Item by ASIN
38.3.4. Performing Amazon Item Searches
38.3.5. Using the Alternative Query API
38.3.5.1. Introduction
38.3.6. Zend_Service_Amazon Classes
38.3.6.1. Zend_Service_Amazon_Item
38.3.6.1.1. Zend_Service_Amazon_Item::asXML()
38.3.6.1.2. Properties
38.3.6.2. Zend_Service_Amazon_Image
38.3.6.2.1. Properties
38.3.6.3. Zend_Service_Amazon_ResultSet
38.3.6.3.1. Zend_Service_Amazon_ResultSet::totalResults()
38.3.6.4. Zend_Service_Amazon_OfferSet
38.3.6.4.1. Properties
38.3.6.5. Zend_Service_Amazon_Offer
38.3.6.5.1. Zend_Service_Amazon_Offer Properties
38.3.6.6. Zend_Service_Amazon_SimilarProduct
38.3.6.6.1. Properties
38.3.6.7. Zend_Service_Amazon_Accessories
38.3.6.7.1. Properties
38.3.6.8. Zend_Service_Amazon_CustomerReview
38.3.6.8.1. Properties
38.3.6.9. Zend_Service_Amazon_EditorialReview
38.3.6.9.1. Properties
38.3.6.10. Zend_Service_Amazon_Listmania
38.3.6.10.1. Properties
38.4. Zend_Service_Audioscrobbler
38.4.1. Introduction
38.4.2. Users
38.4.3. Artists
38.4.4. Tracks
38.4.5. Tags
38.4.6. Groups
38.4.7. Forums
38.5. Zend_Service_Delicious
38.5.1. Introduction
38.5.2. Retrieving posts
38.5.3. Zend_Service_Delicious_PostList
38.5.4. Editing posts
38.5.5. Deleting posts
38.5.6. Adding new posts
38.5.7. Tags
38.5.8. Bundles
38.5.9. Public data
38.5.9.1. Public posts
38.5.10. HTTP client
38.6. Zend_Service_Flickr
38.6.1. 对Flickr搜索的介绍
38.6.2. 查找 Flickr 用户
38.6.3. 获得 Flickr 图像详细资料
38.6.4. Zend_Service_Flickr 类
38.6.4.1. Zend_Service_Flickr_ResultSet
38.6.4.1.1. 属性
38.6.4.1.2. Zend_Service_Flickr_ResultSet::totalResults()
38.6.4.2. Zend_Service_Flickr_Result
38.6.4.2.1. 属性
38.6.4.3. Zend_Service_Flickr_Image
38.6.4.3.1. 属性
38.7. Zend_Service_Simpy
38.7.1. Introduction
38.7.2. Links
38.7.3. Tags
38.7.4. Notes
38.7.5. Watchlists
38.8. Zend_Service_StrikeIron
38.8.1. Overview
38.8.2. Registering with StrikeIron
38.8.3. Getting Started
38.8.4. Making Your First Query
38.8.5. Examining Results
38.8.6. Handling Errors
38.8.7. Checking Your Subscription
38.9. Zend_Service_StrikeIron: Bundled Services
38.9.1. ZIP Code Information
38.9.2. U.S. Address Verification
38.9.3. Sales & Use Tax Basic
38.10. Zend_Service_StrikeIron: Advanced Uses
38.10.1. Using Services by WSDL
38.10.2. Viewing SOAP Transactions
38.11. Zend_Service_Yahoo
38.11.1. 简介
38.11.2. 用Yahoo!来搜索网页
38.11.3. 用Yahoo!来查找图片
38.11.4. Finding Local Businesses and Services with Yahoo!
38.11.5. 搜索Yahoo! 新闻
38.11.6. Zend_Service_Yahoo 类
38.11.6.1. Zend_Service_Yahoo_ResultSet
38.11.6.1.1. Zend_Service_Yahoo_ResultSet::totalResults()
38.11.6.1.2. Properties
38.11.6.2. Zend_Service_Yahoo_WebResultSet
38.11.6.3. Zend_Service_Yahoo_ImageResultSet
38.11.6.4. Zend_Service_Yahoo_LocalResultSet
38.11.6.5. Zend_Service_Yahoo_NewsResultSet
38.11.6.6. Zend_Service_Yahoo_Result
38.11.6.6.1. Properties
38.11.6.7. Zend_Service_Yahoo_WebResult
38.11.6.7.1. 属性
38.11.6.8. Zend_Service_Yahoo_ImageResult
38.11.6.8.1. 属性
38.11.6.9. Zend_Service_Yahoo_LocalResult
38.11.6.9.1. 属性
38.11.6.10. Zend_Service_Yahoo_NewsResult
38.11.6.10.1. 属性
38.11.6.11. Zend_Service_Yahoo_Image
38.11.6.11.1. Properties

38.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哦.