فصل 20. Zend_Service

قائمة المحتويات

20.1. مقدمة
20.2. Zend_Service_Rest
20.2.1. Introduction
20.3. Zend_Service_Amazon
20.3.1. Introduction
20.3.2. Country Codes
20.3.3. Looking up a Specific Amazon Item by ASIN
20.3.4. Performing Amazon Item Searches
20.3.5. Using the Alternative Query API
20.3.6. Zend_Service_Amazon Classes
20.4. Zend_Service_Flickr
20.4.1. Introduction to Searching Flickr
20.4.2. Finding Flickr Users
20.4.3. Retrieving Flickr Image Details
20.4.4. Zend_Service_Flickr Classes
20.5. Zend_Service_Yahoo
20.5.1. Introduction
20.5.2. Searching the Web with Yahoo!
20.5.3. Finding Images with Yahoo!
20.5.4. Finding Local Businesses and Services with Yahoo!
20.5.5. Searching Yahoo! News
20.5.6. Zend_Service_Yahoo Classes

20.1. مقدمة

Zend_Service عبارة عن abstract class و الذى بدوره يصبح اساس لكل تطبيقات الـ web services (مثل XML-RPC ).

توفر Zend_Service دعم لأى web service تعتمد على REST من خلال Zend_Service_Rest.

بالإضافة إلى امكانية الوراثة من Zend_Service و إستخدام Zend_Service_Rest للـ web services التى تعتمد على REST , توفر ZF توفر دعم ايضا لـ web services مشهورة مثل : Amazon, Flickr, و Yahoo!. و ربما سيتم اضافة المزيد فى المستقبل.