Zend Framework手册 中文版

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. Introduction
3.2. The theory of caching
3.2.1. The Zend_Cache factory method
3.2.2. Tagging records
3.2.3. Cleaning the cache
3.3. Zend_Cache frontends
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. Introduction
4.2. Theory of Operation
4.3. Zend_Config_Ini
4.4. Zend_Config_Xml
5. Zend_Controller
5.1. 概述
5.1.1. 简介
5.1.2. Route Process 路由过程
5.1.3. Token对象
5.1.4. Dispatch Process 分配过程
5.2. 入门
5.2.1. 简介
5.2.2. 服务器设置
5.2.3. Bootstrap文件
5.2.4. 目录结构
5.2.5. IndexController
5.3. 子类化(继承)
5.3.1. 简介
5.3.2. 约定(规则)
5.3.3. Router 接口
5.3.4. Dispatcher 接口
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. 插件
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. 添加引号防止数据库攻击
7.1.3. 直接查询
7.1.4. 事务处理
7.1.5. 插入数据行
7.1.6. 更新数据行
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. 简介
7.3.2. 同一表中查询多列数据
7.3.3. 多表联合查询
7.3.4. WHERE条件
7.3.5. GROUP BY分句
7.3.6. HAVING 条件
7.3.7. ORDER BY 分句
7.3.8. 通过总数和偏移量进行LIMIT限制
7.3.9. 通过页数和总数进行LIMIT限制
7.4. Zend_Db_Table
7.4.1. 简介
7.4.2. 开始
7.4.3. 表名和主键
7.4.4. 插入数据
7.4.5. 更新数据
7.4.6. Deleting Rows
7.4.7. 根据主键查找数据
7.4.8. 取回一条记录
7.4.9. 取回多条记录
7.4.10. Adding Domain Logic
7.5. Zend_Db_Table_Row
7.5.1. 简介
7.5.2. 取回一条记录
7.5.3. 修改数据
7.6. Zend_Db_Table_Rowset
7.6.1. 简介
7.6.2. 取回结果集
7.6.3. 遍历结果集
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. 简介
9.2.2. 白名单过滤(Whitelist Filtering)
9.2.3. 不明数据过滤(Blind Filtering)
9.2.4. 黑名单过滤(Blacklist Filtering)
9.2.5. 运转原理
9.2.6. 用例
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. 简介
11.1.2. 带有指定的HTTP头的基本 GET 请求
11.1.3. 发送请求到多个域名
11.1.4. 改变HTTP timeout时间
11.1.5. 动态指定HTTP Header
11.1.6. 构造 HTTP POST, PUT, 和 DELETE 请求
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. 简介
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. Introduction
14.2. Logging to a Single Log
14.3. Log Levels
14.4. Advanced Logging: Multiple Loggers
15. Zend_Mail
15.1. 简介
15.2. 通过SMTP发送邮件
15.3. 通过一个SMTP连接发送多个邮件
15.4. 使用不同的Transport对象
15.5. HTML邮件
15.6. 附件
15.7. 增加收件人
15.8. 控制MIME分界线
15.9. 外加邮件头信息
15.10. 字符集
15.11. 编码
15.12. SMTP验证
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. 简介
17.1.2. 静态方法和常量
17.1.3. 实例化Zend_Mime
17.2. Zend_Mime_Message
17.2.1. 简介
17.2.2. 实例化
17.2.3. 增加MIME消息段
17.2.4. 分界线处理
17.2.5. 解析字符串,创建Zend_Mime_Message对象(实验性的)
17.3. Zend_Mime_Part
17.3.1. 简介
17.3.2. 实例化
17.3.3. 渲染消息段为字符串的方法
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. 概述
19.1.1. 简介
19.1.2. 文档和字段对象
19.1.3. 理解字段类型
19.2. 建立索引
19.2.1. 创建新索引
19.2.2. 更新索引
19.3. 搜索索引
19.3.1. 建立查询
19.3.2. 搜索结果
19.3.3. 结果评分
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. 查询类型
19.5.1. 单项查询
19.5.2. 多项查询
19.5.3. 短语查询
19.6. 字符集
19.6.1. UTF-8 和单字节字符集支持
19.7. 扩展性
19.7.1. 文本分析
19.7.2. 评分算法
19.7.3. 存储容器
19.8. 与 Java Lucene 的互操作性
19.8.1. 文件格式
19.8.2. 索引目录
19.8.3. Java 源代码
19.8.4. 使用 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. 国家代码
20.3.3. 用ASIN来搜索指定的Amazon出版物
20.3.4. 对Amazon出版物的搜索
20.3.5. 另一个可选的查询 API
20.3.6. Zend_Service_Amazon 类
20.4. Zend_Service_Flickr
20.4.1. 对Flickr搜索的介绍
20.4.2. 查找 Flickr 用户
20.4.3. 获得 Flickr 图像详细资料
20.4.4. Zend_Service_Flickr 类
20.5. Zend_Service_Yahoo
20.5.1. 简介
20.5.2. 用Yahoo!来搜索网页
20.5.3. 用Yahoo!来查找图片
20.5.4. Finding Local Businesses and Services with Yahoo!
20.5.5. 搜索Yahoo! 新闻
20.5.6. Zend_Service_Yahoo 类
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. 控制器脚本
23.1.2. 视图脚本
23.2. 控制器脚本
23.2.1. 变量赋值
23.2.2. 调用视图脚本并打印输出
23.2.3. 视图脚本的路径
23.3. 视图脚本
23.3.1. 转义输出(Escaping Output)
23.3.2. 使用模板系统
23.4. 视图助手(View Helper)
23.4.1. 基本的助手
23.4.2. Helper 的路径
23.4.3. 编写自定义的Helper类
24. Zend_XmlRpc
24.1. 介绍
24.2. Zend_XmlRpc_Client
24.2.1. 介绍
24.2.2. 带参数
24.2.3. 参数类型提示
24.2.4. 获取响应
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. Available options
3.2. Available options
3.3. Available options
3.4. Available options
3.5. Available options
3.6. Available options
3.7. Available options
3.8. Available options
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 类型
20.1. Zend_Service_Amazon_Item 属性
20.2. Zend_Service_Amazon_Image 属性
20.3. Zend_Service_Amazon_OfferSet 属性
20.4. Zend_Service_Amazon_Offer 属性
20.5. Zend_Service_Amazon_SimilarProduct 属性
20.6. Zend_Service_Amazon_Accessories 属性
20.7. Zend_Service_Amazon_CustomerReview 属性
20.8. Zend_Service_Amazon_EditorialReview 属性
20.9. Zend_Service_Amazon_Listmania 属性
20.10. Zend_Service_Flickr_ResultSet 属性
20.11. Zend_Service_Flickr_Result 属性
20.12. Zend_Service_Flickr_Image 属性
20.13. Zend_Service_Yahoo_ResultSet
20.14. Zend_Service_Yahoo_LocalResultSet 属性
20.15. Zend_Service_Yahoo_Result Properties
20.16. Zend_Service_Yahoo_WebResult 属性
20.17. Zend_Service_Yahoo_ImageResult 属性
20.18. Zend_Service_Yahoo_LocalResult 属性
20.19. Zend_Service_Yahoo_NewsResult 属性
20.20. Zend_Service_Yahoo_Image Properties
24.1. PHP本地变量类型转化为XML-RPC类型
24.2. Zend_XmlRpc_Value 对象声明的XML-RPC类型

范例清单

1.1. register() / offsetSet() Example
3.1. Getting a frontend with Zend_Cache::factory()
3.2. Caching output with Zend_Cache output frontend
4.1. Using Zend_Config Per Se
4.2. Using Zend_Config_Ini
4.3. Using 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. 执行一个基本的 GET 请求
11.2. 创建一个基本的Zend_Http_Client
11.3. 发送多条header信息
11.4. 发送请求到多个域名
11.5. 用Zend_Http_Client发送POST 数据
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. 处理HTTP应答
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. 使用Zend_Mail发送简单邮件
15.2. 通过 SMTP 发送邮件
15.3. 通过一个SMTP连接发送多个邮件
15.4. 使用不同的Transport对象
15.5. 发送HTML邮件
15.6. 带附件的邮件
15.7. 更改MIME分界线
15.8. 外加邮件头信息
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. 自定义文本分析程序
20.1. 一个基本的 REST 请求
20.2. 用传统的API搜索Amazon
20.3. 使用Query API搜索来Amazon
20.4. 选择一个 Amazon Web Service 国家
20.5. 用ASIN来搜索指定的Amazon出版物
20.6. 对Amazon出版物的搜索
20.7. Search Amazon Using the Alternative Query API
20.8. 简单的 Flickr 照片搜索
20.9. 用email地址来查找Flickr用户
20.10. 获得 Flickr 图像详细资料
20.11. 用Yahoo!来搜索网页
20.12. 用Yahoo!来查找图片
20.13. 用Yahoo!查找本地商务和服务信息
20.14. 搜索Yahoo! 新闻
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. 一个基本的XML-RPC请求
24.2. 用类型提示来调用一个XML-RPC服务