دليل المبرمج

Zend Framework

2007-01-18


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

1. Zend
1.1. مقدمة
1.2. ()Zend::loadFile
1.3. ()Zend::loadClass
1.4. ()Zend::loadInterface
1.5. ()Zend::isReadable
1.6. ()Zend::exception
1.7. ()Zend::dump
1.8. ()Zend::register
1.9. ()Zend::registry
1.10. Zend::initRegistry($registry = 'Zend_Registry')
2. Zend_Acl
2.1. Introduction
2.1.1. About Resources
2.1.2. About Roles
2.1.3. Creating the Access Control List (ACL)
2.1.4. Registering Roles
2.1.5. Defining Access Controls
2.1.6. Querying the ACL
2.2. Refining Access Controls
2.2.1. Precise Access Controls
2.2.2. Removing Access Controls
2.3. Advanced Use
2.3.1. Storing ACL Data for Persistence
2.3.2. Writing Conditional ACL Rules with Assertions
3. Zend_Cache
3.1. مقدمة
3.2. مفهوم الـ caching
3.2.1. الـ factory method فى Zend_Cache
3.2.2. إستخدام الـ tags
3.2.3. تنظيف الـ cache
3.3. الـ frontends المتوفرة فى Zend_Cache
3.3.1. Zend_Cache_Core
3.3.2. Zend_Cache_Frontend_Output
3.3.3. Zend_Cache_Frontend_Function
3.3.4. Zend_Cache_Frontend_Class
3.3.5. Zend_Cache_Frontend_File
3.3.6. Zend_Cache_Frontend_Page
3.4. Zend_Cache backends
3.4.1. Zend_Cache_Backend_File
3.4.2. Zend_Cache_Backend_Sqlite
3.4.3. Zend_Cache_Backend_Memcached
3.4.4. Zend_Cache_Backend_APC
4. Zend_Config
4.1. مقدمة
4.2. نظرية العمل
4.3. Zend_Config_Ini
4.4. Zend_Config_Xml
5. Zend_Controller
5.1. نظرة عامة
5.1.1. مقدمة
5.1.2. الـ Request Object
5.1.3. عملية التحويل - routing
5.1.4. عملية الـ Dispatch
5.1.5. الـ Response Object
5.2. البداية
5.2.1. مقدمة
5.2.2. إعدادات السيرفر
5.2.3. ملف الـ Bootstrap
5.2.4. هيكلة المجلدات
5.2.5. الـ Controller الأساسى
5.3. Subclassing
5.3.1. مقدمة
5.3.2. التعريفات
5.3.3. Router Interface
5.3.4. Dispatcher Interface
5.4. Provided Subclasses
5.4.1. Introduction
5.4.2. Zend_Controller_Request_Http
5.4.3. Zend_Controller_RewriteRouter
5.4.4. Zend_Controller_Response_Http
5.4.5. Zend_Controller_Response_Cli
5.5. Action Controllers
5.5.1. Introduction
5.5.2. Object initialization
5.5.3. Pre- and Post-Dispatch Hooks
5.5.4. Accessors
5.5.5. Utility Methods
5.6. الـ Plugins
5.6.1. مقدمة
5.7. Migrating from Previous Versions
5.7.1. Migrating from 0.2.0 or before to 0.6.0
6. Zend_Date
6.1. Introduction
6.1.1. Always Set a Default Timezone
6.1.2. Why Use Zend_Date?
6.2. Basic Methods
6.2.1. The current date
6.2.2. Zend_Date by Example
6.3. Theory of Operation
6.3.1. Internals
6.4. Zend_Date API Overview
6.4.1. Working with Date Values
6.4.2. Date Part Specific Methods
6.4.3. Additional Functions
6.5. How to Output Dates
6.5.1. Generating Date Strings Using toString()
6.5.2. toValue() - Partial Dates as Integers
6.5.3. get() - Partial Dates as Localized Strings
6.6. Miscellaneous Methods
6.6.1. Fractional Seconds
6.6.2. Working with Timezones
6.6.3. Understanding daylight saving
6.6.4. public static now()
6.6.5. Leap Years
6.6.6. Today, Tomorrow, Yesterday
6.6.7. What about the sun ?
6.7. Constants for General Date Functions
6.7.1. Using Constants
6.7.2. List of All Constants
6.7.3. Self-Defined Formats
7. Zend_Db
7.1. Zend_Db_Adapter
7.1.1. مقدمة
7.1.2. الـ Quoting للحماية من الـ SQL Injection
7.1.3. الإستعلامات المباشرة
7.1.4. الـ Transactions
7.1.5. إدخال صفوف
7.1.6. عمل Update للصفوف
7.1.7. حذف صفوف
7.1.8. جلب الصفوف
7.2. Zend_Db_Profiler
7.2.1. Introduction
7.2.2. Using the Profiler
7.2.3. Advanced Profiler Usage
7.3. Zend_Db_Select
7.3.1. Introduction
7.3.2. Columns FROM a Table
7.3.3. Columns from JOINed Tables
7.3.4. WHERE Conditions
7.3.5. GROUP BY Clause
7.3.6. HAVING Conditions
7.3.7. ORDER BY Clause
7.3.8. LIMIT By Count and Offset
7.3.9. LIMIT By Page And Count
7.4. Zend_Db_Table
7.4.1. Introduction
7.4.2. Getting Started
7.4.3. Table Name and Primary Key
7.4.4. Inserting Rows
7.4.5. Updating Rows
7.4.6. Deleting Rows
7.4.7. Finding Rows by Primary Key
7.4.8. Fetching One Row
7.4.9. Fetching Multiple Rows
7.4.10. Adding Domain Logic
7.5. Zend_Db_Table_Row
7.5.1. Introduction
7.5.2. Fetching a Row
7.5.3. Modifying Values
7.6. Zend_Db_Table_Rowset
7.6.1. Introduction
7.6.2. Fetching a Rowset
7.6.3. Iterating Through the Rowset
8. Zend_Feed
8.1. Introduction
8.2. Importing Feeds with Zend_Feed
8.3. Retrieving Feeds from Web Pages
8.4. Consuming an RSS Feed
8.5. Consuming an Atom Feed
8.6. Consuming a Single Atom Entry
8.7. Modifying Feed and Entry structures
8.8. Custom Feed and Entry Classes
9. Zend_Filter
9.1. Zend_Filter
9.1.1. مقدمة
9.1.2. امثلة
9.2. Zend_Filter_Input
9.2.1. Introduction
9.2.2. Whitelist Filtering
9.2.3. Blind Filtering
9.2.4. Blacklist Filtering
9.2.5. Theory of Operation
9.2.6. Use Cases
10. Zend_Gdata
10.1. Introduction to Gdata
10.1.1. Google Data Client Authentication
10.1.2. Dependencies
10.1.3. Creating a new Gdata client
10.1.4. Common query parameters
10.1.5. Fetching a feed
10.1.6. Posting entries to Google servers
10.1.7. Deleting entries on Google servers
10.2. Authenticating with AuthSub
10.2.1. Creating an AuthSub authenticated Http Client
10.2.2. Revoking AuthSub authentication
10.3. Authenticating with ClientLogin
10.3.1. Creating a ClientLogin authenticated Http Client
10.3.2. Terminating a ClientLogin authenticated Http Client
10.4. Using Google Base
10.4.1. Querying Base data
10.4.2. Updating Base data
10.4.3. Querying Base metadata
10.5. Using Google Blogger
10.5.1. Understanding Blogger version compatibility
10.5.2. Querying a blog
10.5.3. Posting to your blog
10.6. Using Google Calendar
10.6.1. Querying Google Calendar
10.6.2. Posting to Google Calendar
10.7. Using Google CodeSearch
10.8. Using the Gdata Data Helper
10.9. Catching Gdata Exceptions
11. Zend_Http
11.1. Zend_Http_Client
11.1.1. Introduction
11.1.2. Basic GET Requests with Specified HTTP Headers
11.1.3. Requesting Multiple Domains
11.1.4. Changing the HTTP Timeout
11.1.5. Setting HTTP Headers Dynamically
11.1.6. Making HTTP POST, PUT, and DELETE Requests
11.2. Zend_Http_Client - Advanced Usage
11.2.1. HTTP Redirections
11.2.2. Adding Cookies and Using Cookie Persistence
11.2.3. Setting Custom Request Headers
11.2.4. File Uploads
11.2.5. Sending Raw POST Data
11.2.6. HTTP Authentication
11.2.7. Sending Multiple Requests With the Same Client
11.3. Zend_Http_Client - Connection Adapters
11.3.1. Overview
11.3.2. The Socket Adapter
11.3.3. The Proxy Adapter
11.3.4. The Test Adapter
11.3.5. Creating your own connection adapters
11.4. Zend_Http_Cookie and Zend_Http_CookieJar
11.4.1. Introduction
11.4.2. Instantiating Zend_Http_Cookie Objects
11.4.3. Zend_Http_Cookie getter methods
11.4.4. Zend_Http_Cookie: Matching against a scenario
11.4.5. The Zend_Http_CookieJar Class: Instantiation
11.4.6. Adding Cookies to a Zend_Http_CookieJar object
11.4.7. Retrieving Cookies From a Zend_Http_CookieJar object
11.5. Zend_Http_Response
11.5.1. Introduction
12. Zend_Json
12.1. مقدمة
12.2. إستخدامات بسيطة
12.3. كائنات JSON
13. Zend_Locale
13.1. Introduction
13.1.1. What is Localization
13.1.2. What is a Locale?
13.1.3. How are Locales Represented?
13.1.4. Selecting the Right Locale
13.1.5. ZF Locale-Aware Classes
13.2. Using Zend_Locale
13.2.1. Copying, Cloning, and Serializing Locale Objects
13.2.2. isEqual() - Equality
13.2.3. Default locales
13.2.4. Set a new locale
13.2.5. Getting the language and region
13.2.6. Obtaining localized name for languages, regions, and calendars
13.2.7. Get an translated string of an script
13.2.8. Get a list of scripts
13.2.9. Obtaining translations for "yes" and "no"
13.3. Normalization and Localization
13.3.1. Number normalization: getNumber($input, $precision = false, $locale = false)
13.3.2. Number localization
13.3.3. Number testing
13.3.4. Float value normalization
13.3.5. Floating point value localization
13.3.6. Floating point value testing
13.3.7. Integer value normalization
13.3.8. Integer point value localization
13.3.9. Integer value testing
13.3.10. Numeral System Conversion
13.4. Working with Dates and Times
13.4.1. Normalizing Dates and Times
13.4.2. Testing Dates
13.4.3. Normalizing a Time
13.4.4. Testing Times
13.5. Supported Languages for Locales
13.6. Supported Regions for Locales
14. Zend_Log
14.1. مقدمة
14.2. عمل Logging إلى ملف واحد
14.3. مستويات الـ Log
14.4. عمليات متقدمة فى الـ Logging: أكثر من Logger
15. Zend_Mail
15.1. Introduction
15.2. Sending via SMTP
15.3. Sending Multiple Mails per SMTP Connection
15.4. Using Different Transports
15.5. HTML E-Mail
15.6. Attachments
15.7. Adding Recipients
15.8. Controlling the MIME Boundary
15.9. Additional Headers
15.10. Character Sets
15.11. Encoding
15.12. SMTP Authentication
16. Zend_Measure
16.1. Introduction
16.2. Measurements in the Zend Framework
16.3. Creation of Measurements
16.3.1. Measurements from variables
16.3.2. Measurements from strings
16.3.3. Measurements from localized strings
16.4. Outputting measurements
16.4.1. Automatic output
16.4.2. Outputting values
16.4.3. Output with unit of measurement
16.4.4. Output as localized string
16.5. Manipulating measurements
16.5.1. Convert
16.5.2. Add and subtract
16.5.3. Compare
16.5.4. Calculate differences
16.5.5. Manually change values
16.5.6. Manually change types
16.6. Special functions
16.6.1. Serializing and Deserializing
16.6.2. Listing all known types
16.6.3. Listing all known units
16.7. Types of measurements
16.7.1. Zend_Measure_Acceleration
16.7.2. Zend_Measure_Angle
16.7.3. Zend_Measure_Area
16.7.4. Zend_Measure_Binary
16.7.5. Zend_Measure_Capacitance
16.7.6. Zend_Measure_Cooking_Volume
16.7.7. Zend_Measure_Cooking_Weight
16.7.8. Zend_Measure_Current
16.7.9. Zend_Measure_Density
16.7.10. Zend_Measure_Energy
16.7.11. Zend_Measure_Force
16.7.12. Zend_Measure_Flow_Mass
16.7.13. Zend_Measure_Flow_Mole
16.7.14. Zend_Measure_Flow_Volume
16.7.15. Zend_Measure_Frequency
16.7.16. Zend_Measure_Illumination
16.7.17. Zend_Measure_Length
16.7.18. Zend_Measure_Lightness
16.7.19. Zend_Measure_Number
16.7.20. Zend_Measure_Power
16.7.21. Zend_Measure_Pressure
16.7.22. Zend_Measure_Speed
16.7.23. Zend_Measure_Temperature
16.7.24. Zend_Measure_Torque
16.7.25. Zend_Measure_Viscosity_Dynamic
16.7.26. Zend_Measure_Viscosity_Kinematic
16.7.27. Zend_Measure_Volume
16.7.28. Zend_Measure_Weight
17. Zend_Mime
17.1. Zend_Mime
17.1.1. Introduction
17.1.2. Static Methods and Constants
17.1.3. Instantiating Zend_Mime
17.2. Zend_Mime_Message
17.2.1. Introduction
17.2.2. Instantiation
17.2.3. Adding MIME Parts
17.2.4. Boundary handling
17.2.5. parsing a string to create a Zend_Mime_Message object (experimental)
17.3. Zend_Mime_Part
17.3.1. Introduction
17.3.2. Instantiation
17.3.3. Methods for rendering the message part to a string
18. Zend_Pdf
18.1. Introduction.
18.2. Creating and loading PDF documents.
18.3. Save changes to the PDF document.
18.4. Document pages.
18.5. Drawing.
18.5.1. Geometry.
18.5.2. Colors.
18.5.3. Shape Drawing.
18.5.4. Text Drawing.
18.5.5. Using fonts.
18.5.6. Image Drawing.
18.5.7. Line drawing style.
18.5.8. Fill style.
18.5.9. Rotations.
18.5.10. Save/restore graphics state.
18.5.11. Clipping draw area.
18.5.12. Styles.
18.6. Zend_Pdf module usage example.
19. Zend_Search
19.1. Overview
19.1.1. Introduction
19.1.2. Document and Field Objects
19.1.3. Understanding Field Types
19.2. Building Indexes
19.2.1. Creating a New Index
19.2.2. Updating Index
19.2.3. Updating Documents
19.2.4. Index optimization
19.3. Searching an Index
19.3.1. Building Queries
19.3.2. Search Results
19.3.3. Results Scoring
19.4. Query Language
19.4.1. Terms
19.4.2. Fields
19.4.3. Term Modifiers
19.4.4. Proximity Searches
19.4.5. Boosting a Term
19.4.6. Boolean Operators
19.4.7. Grouping
19.4.8. Field Grouping
19.4.9. Escaping Special Characters
19.5. Query Construction API
19.5.1. Query Parser Exceptions
19.5.2. Term Query
19.5.3. Multi-Term Query
19.5.4. Phrase Query
19.6. Character set.
19.6.1. UTF-8 and single-byte character sets support.
19.7. Extensibility
19.7.1. Text Analysis
19.7.2. Scoring Algorithms
19.7.3. Storage Containers
19.8. Interoperating with Java Lucene
19.8.1. File Formats
19.8.2. Index Directory
19.8.3. Java Source Code
19.8.4. Using LuceneIndexCreation.jar
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
21. Zend_Session
21.1. Introduction
21.2. Basic Usage
21.2.1. Tutorial Examples
21.2.2. Iterating Over Session Namespaces
21.2.3. Accessors for Session Namespaces
21.3. Advanced Usage
21.3.1. Starting a Session
21.3.2. Locking Session Namespaces
21.3.3. Session Encapsulation and Controllers
21.3.4. Limiting Instances of Zend_Session to One Per Namespace
21.4. Global Session Management
21.4.1. setOptions()
21.4.2. Options
21.4.3. regenerateId()
21.4.4. rememberMe(integer $seconds)
21.4.5. forgetMe()
21.4.6. sessionExists()
21.4.7. destroy(bool $remove_cookie = true, bool $readonly = true)
21.4.8. stop()
21.4.9. writeClose($readonly = true)
21.4.10. expireSessionCookie()
21.4.11. setSaveHandler(Zend_Session_SaveHandler_Interface $interface)
21.4.12. getInstance($instanceMustExist = false)
21.4.13. namespaceIsset($namespace, $name = null)
21.4.14. namespaceUnset($namespace, $name = null)
21.4.15. namespaceSet($namespace, $name, $value)
21.4.16. namespaceGet($namespace, $name = null)
21.4.17. getIterator()
21.5. Theory
22. Zend_Uri
22.1. Zend_Uri
22.1.1. Overview
22.1.2. Creating a New URI
22.1.3. Manipulating an Existing URI
22.1.4. URI Validation
22.1.5. Common Instance Methods
23. Zend_View
23.1. مقدمة
23.1.1. كود الـ Controller
23.1.2. كود الـ View
23.2. جزء الـ Controller
23.2.1. إنشاء متغيرات و إعطائها قيم
23.2.2. معالجة(تصيير) جزء الـ View
23.2.3. مسارات أجزاء الـ View
23.3. جزء الـ View
23.3.1. تجاهل "escaping" المخرجات
23.3.2. أنظمة القوالب
23.4. مساعدات الـ View
23.4.1. المساعدات الأساسية
23.4.2. مسارات المساعدات
23.4.3. كتابة مساعداتك الخاصة
24. Zend_XmlRpc
24.1. مقدمة
24.2. Zend_XmlRpc_Client
24.2.1. Introduction
24.2.2. Using parameters
24.2.3. Type hinting of parameters
24.2.4. Getting the response
24.3. Zend_XmlRpc_Server
24.3.1. Introduction
24.3.2. XML-RPC Server Basic Usage
24.3.3. XML-RPC Server Structure
24.3.4. Conventions
24.3.5. Utilizing Namespaces
24.3.6. Custom Request Objects
24.3.7. Custom Responses
24.3.8. Handling Exceptions via Faults
24.3.9. Caching Server Definitions Between Requests
24.3.10. Usage Examples
25. Zend_Server
25.1. Introduction
25.2. Zend_Server_Reflection
25.2.1. Introduction
25.2.2. Usage
A. Zend Framework PHP Coding Standard
A.1. Overview
A.1.1. Scope
A.1.2. Goals
A.2. PHP File Formatting
A.2.1. General
A.2.2. Indentation
A.2.3. Maximum Line Length
A.2.4. Line Termination
A.3. Naming Conventions
A.3.1. Classes
A.3.2. Interfaces
A.3.3. Filenames
A.3.4. Functions and Methods
A.3.5. Variables
A.3.6. Constants
A.4. Coding Style
A.4.1. PHP Code Demarcation
A.4.2. Strings
A.4.3. Arrays
A.4.4. Classes
A.4.5. Functions and Methods
A.4.6. Control Statements
A.4.7. Inline Documentation
B. معلومات حقوق الملكية
فهرس

قائمة الجداول

2.1. Access Controls for an Example CMS
3.1. الـ options المتوفرة لـ Zend_Cache_Core
3.2. الـ options المتوفرة لـ Zend_Cache_Frontend_Function
3.3. الـ options المتوفرة لـ Zend_Cache_Frontend_Class
3.4. الـ options المتوفرة لـ Zend_Cache_Frontend_File
3.5. الـ options المتوفرة لـ Zend_Cache_Frontend_Page
3.6. الـ options المتوفرة لـ Zend_Cache_Backend_File
3.7. الـ options المتوفرة لـ Zend_Cache_Backend_Sqlite
3.8. الـ options المتوفرة لـ Zend_Cache_Backend_Memcached
6.1. Basic Zend_Date Methods and Part Specific Methods
6.2. Detailed functions
6.3. Additional Functions
6.4. Operations involving Zend_Date::HOUR
6.5. Day Constants
6.6. Week Constants
6.7. Month Constants
6.8. Year Constants
6.9. Time Constants
6.10. Timezone Constants
6.11. Date Format Constants (formats include timezone)
6.12. Date and Time Formats (format varies by locale)
6.13. Constants for ISO 8601 date output
10.1. Differences between current Blogger service and Blogger beta service
11.1. Zend_Http_Client configuration parameters
13.1. List of supported numeral systems
13.2. Return values
13.3. Format definition
13.4. Example formats
13.5. List of all supported languages
13.6. List of all supported regions
19.1. Zend_Search_Lucene_Field Types
20.1. Zend_Service_Amazon_Item Properties
20.2. Zend_Service_Amazon_Image Properties
20.3. Zend_Service_Amazon_OfferSet Properties
20.4. Properties
20.5. Zend_Service_Amazon_SimilarProduct Properties
20.6. Zend_Service_Amazon_Accessories Properties
20.7. Zend_Service_Amazon_CustomerReview Properties
20.8. Zend_Service_Amazon_EditorialReview Properties
20.9. Zend_Service_Amazon_Listmania Properties
20.10. Zend_Service_Flickr_ResultSet Properties
20.11. Zend_Service_Flickr_Result Properties
20.12. Zend_Service_Flickr_Image Properties
20.13. Zend_Service_Yahoo_ResultSet
20.14. Zend_Service_Yahoo_LocalResultSet Properties
20.15. Zend_Service_Yahoo_Result Properties
20.16. Zend_Service_Yahoo_WebResult Properties
20.17. Zend_Service_Yahoo_ImageResult Properties
20.18. Zend_Service_Yahoo_LocalResult Properties
20.19. Zend_Service_Yahoo_NewsResult Properties
20.20. Zend_Service_Yahoo_Image Properties
24.1. PHP and XML-RPC Type Conversions
24.2. Zend_XmlRpc_Value object representing the XML-RPC types

قائمة الأمثلة

1.1. register() / offsetSet() Example
3.1. إنشاء frontend بواسطة ()Zend_Cache::factory
3.2. عمل cache للخرج بإستخدام الـ Output frontend الخاصة بـ Zend_Cache
4.1. إستخدام Zend_Config Per Se
4.2. إستخدام Zend_Config_Ini
4.3. إستخدام Zend_Config_Xml
6.1. Setting a default timezone
6.2. Creating the current date
6.3. get() - output a date
6.4. set() - set a date
6.5. add() - adding dates
6.6. compare() - compare dates
6.7. equals() - identify a date or date part
6.8. Example usage for self-defined formats
8.1. Putting Zend_Feed to Work on RSS Feed Data
8.2. Basic Use of an Atom Feed
8.3. Reading a Single-Entry Atom Feed
8.4. Using the Entry Object Directly for a Single-Entry Atom Feed
8.5. Modifying an Existing Feed Entry
8.6. Creating an Atom Entry with Elements of Custom Namespaces
8.7. Extending the Atom Entry Class with Custom Namespaces
11.1. Performing a Basic GET Request
11.2. Creating a Basic Zend_Http_Client
11.3. Sending Multiple Headers
11.4. Requesting Multiple Domains
11.5. Sending POST data with Zend_Http_Client
11.6. Forcing RFC 2616 Strict Redirections on 301 and 302 Responses
11.7. Setting Cookies Using setCookie()
11.8. Enabling Cookie Stickiness
11.9. Setting A Single Custom Request Header
11.10. Setting Multiple Custom Request Headers
11.11. Using setFileUpload to Upload Files
11.12. Sending Raw POST Data
11.13. Setting HTTP Authentication User and Password
11.14. Performing consecutive requests with one client
11.15. Changing the HTTPS transport layer
11.16. Using Zend_Http_Client behind a proxy server
11.17. Testing Your Code Without Accessing The Network
11.18. Creating your own connection adapter
11.19. Instantiating a Zend_Http_Cookie object
11.20. Stringifying a Zend_Http_Cookie object
11.21. Using getter methods with Zend_Http_Cookie
11.22. Matching cookies
11.23. Working with HTTP Response Data
13.1. Choosing a specific locale
13.2. Automatically selecting a locale
13.3. Dates default to correct locale of web users
13.4. Overriding default locale selection
13.5. Performance optimization when using a default locale
13.6. clone
13.7. Check for equal locales
13.8. Get default locales
13.9. setLocale
13.10. getLanguageDisplay
13.11. All Languages written in thier native language
13.12. getScriptDisplay
13.13. getScriptList
13.14. getQuestion()
13.15. Number normalization
13.16. Number normalization with precision
13.17. Number localization
13.18. Number localization with precision
13.19. Number testing
13.20. Floating point value normalization
13.21. Floating point value localization
13.22. Floating point value testing
13.23. Integer value normalization
13.24. Integer value localization
13.25. Integer value testing
13.26. Converting numerals to Arabic/European
13.27. Converting numerals from Arabic/European
13.28. Normalizing a date
13.29. Normalizing a date by locale
13.30. Normalizing a date with time
13.31. Normalizing a userdefined date
13.32. Correction for date normalizing
13.33. Date testing
13.34. Normalize an unknown time
13.35. Testing a time
15.1. Simple E-Mail with Zend_Mail
15.2. Sending E-Mail via SMTP
15.3. Sending Multiple Mails per SMTP Connection
15.4. Using Different Transports
15.5. Sending HTML E-Mail
15.6. E-Mail Messages with Attachments
15.7. Changing the MIME Boundary
15.8. Adding E-Mail Message Headers
16.1. Converting measurements
16.2. The meter measurement
16.3. Creation using integer variables
16.4. Creation using strings
16.5. Arbitrary texts
16.6. Arbitrary texts
16.7. Localized string
16.8. Automatic output
16.9. Output a value
16.10. Outputting units
16.11. Convert
16.12. Adding units
16.13. Subtract
16.14. Different measurements
16.15. Identical measurements
16.16. Difference
16.17. Changing a value
16.18. Changing the type
16.19. Serializing
16.20. Deserializing
16.21. Listing all units for a given type
18.1. Create new or load existing PDF document.
18.2. Requesting specified revision of the PDF document.
18.3. Save PDF document.
18.4. PDF document pages management.
18.5. Draw a string on the page.
18.6. Draw a UTF-8-encoded string on the page.
18.7. Create a standard font.
18.8. Create a TrueType font.
18.9. Create a TrueType font, but do not embed it in the PDF document.
18.10. Do not throw an exception for fonts that cannot be embeded.
18.11. Do not compress an embedded font.
18.12. Combining font embedding options.
18.13. Image drawing.
18.14. Zend_Pdf module usage demo.
19.1. Custom text Analyzer.
20.1. A basic REST Request
20.2. Search Amazon Using the Traditional API
20.3. Search Amazon Using the Query API
20.4. Choosing an Amazon Web Service Country
20.5. Looking up a Specific Amazon Item by ASIN
20.6. Performing Amazon Item Searches
20.7. Search Amazon Using the Alternative Query API
20.8. Simple Flickr Photo Search
20.9. Finding a Flickr User by E-Mail Address
20.10. Retrieving Flickr Image Details
20.11. Searching the Web with Yahoo!
20.12. Finding Images with Yahoo!
20.13. Finding Local Businesses and Services with Yahoo!
20.14. Searching Yahoo! News
21.1. Counting Page Views
21.2. New Way: Namespaces Avoid Collisions
21.3. Old Way: PHP Session Access
21.4. Session Iteration
21.5. Accessing Session Data
21.6. Starting the Global Session
21.7. Locking Session Namespaces
21.8. Locking Sessions in Views
21.9. Namespaced Sessions for Controllers with Automatic Expiration
21.10. Limiting to Single Instances
21.11. Using Zend_Config to Configure Zend_Session
21.12. myapp.ini
21.13. Anonymous Sessions and Session Fixation
21.14. Unsetting All Namespaces
22.1. Creating a New URI with Zend_Uri::factory()
22.2. Manipulating an Existing URI with Zend_Uri::factory()
22.3. URI Validation with Zend_Uri::check()
22.4. Getting the Scheme from a Zend_Uri_* Object
22.5. Getting the Entire URI from a Zend_Uri_* Object
22.6. Validating a Zend_Uri_* Object
24.1. A basic XML-RPC request
24.2. Calling an XML-RPC service with type hinting