资源说明:1. Zend Framework简介
1.1. 概述
1.2. 安装
2. Zend_Acl
2.1. 简介
2.1.1. 关于资源(Resource)
2.1.2. 关于角色(Role)
2.1.3. 创建访问控制列表(ACL)
2.1.4. 注册角色(Role)
2.1.5. 定义访问控制
2.1.6. 查询 ACL
2.2. 精细的访问控制
2.2.1. 精细的访问控制
2.2.2. 除去访问控制
2.3. 高级用法
2.3.1. 保存 ACL 数据确保持久性
2.3.2. 使用声明(Assert)来编写条件性的 ACL 规则
3. Zend_Amf
3.1. Introduction
3.2. Zend_Amf_Server
3.2.1. Connecting to the Server from Flex
3.2.2. Error Handling
3.2.3. AMF Responses
3.2.4. Typed Objects
3.2.5. Resources
3.2.6. Connecting to the Server from Flash
3.2.7. Authentication
4. Zend_Application
4.1. 简介
4.2. Zend_Application Quick Start
4.2.1. Using Zend_Tool
4.2.2. Adding Zend_Application to your application
4.2.3. Adding and creating resources
4.2.4. Next steps with Zend_Application
4.3. Theory of Operation
4.3.1. Bootstrapping
4.3.1.1. Resource Methods
4.3.1.2. Bootstraps that use resource plugins
4.3.1.3. Resource Registry
4.3.1.4. Dependency Tracking
4.3.2. Resource Plugins
4.4. Examples
4.5. Core Functionality
4.5.1. Zend_Application
4.5.2. Zend_Application_Bootstrap_Bootstrapper
4.5.3. Zend_Application_Bootstrap_ResourceBootstrapper
4.5.4. Zend_Application_Bootstrap_BootstrapAbstract
4.5.5. Zend_Application_Bootstrap_Bootstrap
4.5.6. Zend_Application_Resource_Resource
4.5.7. Zend_Application_Resource_ResourceAbstract
4.5.7.1. Resource Names
4.6. Available Resource Plugins
4.6.1. Zend_Application_Resource_Db
4.6.2. Zend_Application_Resource_Frontcontroller
4.6.3. Zend_Application_Resource_Modules
4.6.4. Zend_Application_Resource_Navigation
4.6.5. Zend_Application_Resource_Session
4.6.6. Zend_Application_Resource_View
5. Zend_Auth
5.1. 简介
5.1.1. 适配器
5.1.2. 结果
5.1.3. 身份的持久(Persistence)
5.1.3.1. 在PHP Session 中的缺省持久(Persistence)
5.1.3.2. 实现订制存储
5.1.4. 使用Zend_Auth
5.2. 数据库表认证
5.2.1. 简介
5.2.2. 高级使用:持久一个 DbTable 结果对象
5.2.3. 高级用法范例
5.3. 摘要式认证
5.3.1. 简介
5.3.2. 规范(Specifics)
5.3.3. 身份(Identity)
5.4. HTTP 认证适配器
5.4.1. 简介
5.4.2. 设计回顾
5.4.3. 配置选项
5.4.4. Resolvers
5.4.4.1. 文件 Resolver
5.4.5. 基本用法
5.5. LDAP 认证
5.5.1. 简介
5.5.2. 用法
5.5.3. The API
5.5.4. 服务器选项
5.5.5. 收集调试信息
5.5.6. 特定服务器的通用选项
5.5.6.1. Active Directory 的选项
5.5.6.2. OpenLDAP 的选项
5.6. Open ID Authentication
5.6.1. 简介
5.6.2. 细节
6. Zend_Cache
6.1. 简介
6.2. 缓存原理
6.2.1. Zend_Cache 工厂方法
6.2.2. 标记纪录
6.2.3. 缓存清理
6.3. Zend_Cache前端
6.3.1. Zend_Cache_Core
6.3.1.1. 简介
6.3.1.2. 可用选项
6.3.1.3. 例子
6.3.2. Zend_Cache_Frontend_Output
6.3.2.1. 简介
6.3.2.2. 可用的选项
6.3.2.3. 例子
6.3.3. Zend_Cache_Frontend_Function
6.3.3.1. Introduction
6.3.3.2. A可用的选项
6.3.3.3. 例子
6.3.4. Zend_Cache_Frontend_Class
6.3.4.1. Introduction
6.3.4.2. Available options
6.3.4.3. Examples
6.3.5. Zend_Cache_Frontend_File
6.3.5.1. Introduction
6.3.5.2. Available options
6.3.5.3. Examples
6.3.6. Zend_Cache_Frontend_Page
6.3.6.1. Introduction
6.3.6.2. Available options (for this frontend in Zend_Cache factory)
6.3.6.3. Examples
6.3.6.4. 特殊的取消方法
6.4. Zend_Cache后端
6.4.1. Zend_Cache_Backend_File
6.4.2. Zend_Cache_Backend_Sqlite
6.4.3. Zend_Cache_Backend_Memcached
6.4.4. Zend_Cache_Backend_Apc
6.4.5. Zend_Cache_Backend_Xcache
6.4.6. Zend_Cache_Backend_ZendPlatform
7. Zend_Captcha
7.1. 简介
7.2. Captcha 操作
7.3. Captcha 适配器
7.3.1. Zend_Captcha_Word
7.3.2. Zend_Captcha_Dumb
7.3.3. Zend_Captcha_Figlet
7.3.4. Zend_Captcha_Image
7.3.5. Zend_Captcha_ReCaptcha
8. Zend_CodeGenerator
8.1. Introduction
8.1.1. Theory of Operation
8.2. Zend_CodeGenerator Examples
8.3. Zend_CodeGenerator Reference
8.3.1. Abstract Classes and Interfaces
8.3.1.1. Zend_CodeGenerator_Abstract
8.3.1.2. Zend_CodeGenerator_Php_Abstract
8.3.1.3. Zend_CodeGenerator_Php_Member_Abstract
8.3.2. Concrete CodeGenerator Classes
8.3.2.1. Zend_CodeGenerator_Php_Body
8.3.2.2. Zend_CodeGenerator_Php_Class
8.3.2.3. Zend_CodeGenerator_Php_Docblock
8.3.2.4. Zend_CodeGenerator_Php_Docblock_Tag
8.3.2.5. Zend_CodeGenerator_Php_DocBlock_Tag_Param
8.3.2.6. Zend_CodeGenerator_Php_DocBlock_Tag_Return
8.3.2.7. Zend_CodeGenerator_Php_File
8.3.2.8. Zend_CodeGenerator_Php_Member_Container
8.3.2.9. Zend_CodeGenerator_Php_Method
8.3.2.10. Zend_CodeGenerator_Php_Parameter
8.3.2.11. Zend_CodeGenerator_Php_Property
9. Zend_Config
9.1. 简介
9.2. 操作理论
9.3. Zend_Config_Ini
9.4. Zend_Config_Xml
10. Zend_Config_Writer
10.1. Zend_Config_Writer
11. Zend_Console_Getopt
11.1. Getopt 简介
11.2. 声明 Getopt 规则
11.2.1. 用短语法声明选项
11.2.2. 用长语法声明选项
11.3. 读取(Fetching)选项和参数
11.3.1. 操作 Getopt 异常
11.3.2. 通过名字读取 (Fetching)选项
11.3.3. 报告选项
11.3.4. 读取非选项参数
11.4. 配置 Zend_Console_Getopt
11.4.1. 添加选项规则
11.4.2. 添加帮助信息
11.4.3. 添加选项别名
11.4.4. 添加参数列表
11.4.5. 添加配置
。。。。
。。。。
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。