自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (6)
  • 收藏
  • 关注

空空如也

Zend Framework 手册(中文版)

Zend Framework 手册(中文版) Zend Framework Copyright © 2005-2010 Zend Technologies Inc. (http://www.zend.com) 02/01/2010 -------------------------------------------------------------------------------- Table of Contents I. Zend Framework简介 II. Learning Zend Framework 1. Zend Framework Quick Start 1.1. Zend Framework & MVC Introduction 1.1.1. Zend Framework 1.1.2. Model-View-Controller 1.2. Create Your Project 1.2.1. Install Zend Framework 1.2.2. Create Your Project 1.2.3. The Bootstrap 1.2.4. Configuration 1.2.5. Action Controllers 1.2.6. Views 1.2.7. Checkpoint 1.3. Create A Layout 1.4. Create a Model and Database Table 1.5. Create A Form 1.6. Congratulations! 2. Autoloading in Zend Framework 2.1. Introduction 2.2. Goals and Design 2.2.1. Class Naming Conventions 2.2.2. Autoloader Conventions and Design 2.3. Basic Autoloader Usage 2.4. Resource Autoloading 2.5. Conclusion 3. Plugins in Zend Framework 3.1. Introduction 3.2. Using Plugins 3.3. Conclusion 4. Getting Started with Zend_Layout 4.1. Introduction 4.2. Using Zend_Layout 4.2.1. Layout Configuration 4.2.2. Create a Layout Script 4.2.3. Accessing the Layout Object 4.2.4. Other Operations 4.3. Zend_Layout: Conclusions 5. Getting Started Zend_View Placeholders 5.1. Introduction 5.2. Basic Placeholder Usage 5.3. Standard Placeholders 5.3.1. Setting the DocType 5.3.2. Specifying the Page Title 5.3.3. Specifying Stylesheets with HeadLink 5.3.4. Aggregating Scripts Using HeadScript 5.4. View Placeholders: Conclusion 6. Understanding and Using Zend Form Decorators 6.1. Introduction 6.2. Decorator Basics 6.2.1. Overview of the Decorator Pattern 6.2.2. Creating Your First Decorator 6.3. Layering Decorators 6.4. Rendering Individual Decorators 6.5. Creating and Rendering Composite Elements 6.5.1. The Element 6.5.2. The Decorator 6.5.3. Conclusion 6.6. Conclusion 7. Getting Started with Zend_Session, Zend_Auth, and Zend_Acl 7.1. Building Multi-User Applications With Zend Framework 7.1.1. Zend Framework 7.2. Managing User Sessions In ZF 7.2.1. Introduction to Sessions 7.2.2. Basic Usage of Zend_Session 7.2.3. Advanced Usage of Zend_Session 7.3. Authenticating Users in Zend Framework 7.3.1. Introduction to Authentication 7.3.2. Basic Usage of Zend_Auth 7.4. Building an Authorization System in Zend Framework 7.4.1. Introduction to Authorization 7.4.2. Basic Usage of Zend_Acl 8. Getting Started with Zend_Search_Lucene 8.1. Zend_Search_Lucene Introduction 8.2. Lucene Index Structure 8.3. Index Opening and Creation 8.4. Indexing 8.4.1. Indexing Policy 8.5. Searching 8.6. Supported queries 8.7. Search result pagination 9. Getting Started with Zend_Paginator 9.1. Introduction 9.2. Simple Examples 9.3. Pagination Control and ScrollingStyles 9.4. Putting it all Together III. Zend Framework Reference 10. Zend_Acl 10.1. 简介 10.1.1. 关于资源(Resource) 10.1.2. 关于角色(Role) 10.1.3. 创建访问控制列表(ACL) 10.1.4. 注册角色(Role) 10.1.5. 定义访问控制 10.1.6. 查询 ACL 10.2. 精细的访问控制 10.2.1. 精细的访问控制 10.2.2. 除去访问控制 10.3. 高级用法 10.3.1. 保存 ACL 数据确保持久性 10.3.2. 使用声明(Assert)来编写条件性的 ACL 规则 11. Zend_Amf 11.1. Introduction 11.2. Zend_Amf_Server 11.2.1. Connecting to the Server from Flex 11.2.2. Error Handling 11.2.3. AMF Responses 11.2.4. Typed Objects 11.2.5. Resources 11.2.6. Connecting to the Server from Flash 11.2.7. Authentication 12. Zend_Application 12.1. 简介 12.2. Zend_Application Quick Start 12.2.1. Using Zend_Tool 12.2.2. Adding Zend_Application to your application 12.2.3. Adding and creating resources 12.2.4. Next steps with Zend_Application 12.3. Theory of Operation 12.3.1. Bootstrapping 12.3.1.1. Resource Methods 12.3.1.2. Bootstraps that use resource plugins 12.3.1.3. Resource Registry 12.3.1.4. Dependency Tracking 12.3.2. Resource Plugins 12.4. Examples 12.5. Core Functionality 12.5.1. Zend_Application 12.5.2. Zend_Application_Bootstrap_Bootstrapper 12.5.3. Zend_Application_Bootstrap_ResourceBootstrapper 12.5.4. Zend_Application_Bootstrap_BootstrapAbstract 12.5.5. Zend_Application_Bootstrap_Bootstrap 12.5.5.1. Enabling Application Autoloading 12.5.6. Zend_Application_Resource_Resource 12.5.7. Zend_Application_Resource_ResourceAbstract 12.5.7.1. Resource Names 12.6. Available Resource Plugins 12.6.1. Zend_Application_Resource_Cachemanager 12.6.2. Zend_Application_Resource_Db 12.6.3. Zend_Application_Resource_Frontcontroller 12.6.4. Zend_Application_Resource_Layout 12.6.5. Zend_Application_Resource_Locale 12.6.5.1. Autodetect the locale to use 12.6.5.2. Autodetect the locale and adding a own fallback 12.6.5.3. Forcing a specific locale to use 12.6.6. Zend_Application_Resource_Log 12.6.7. Zend_Application_Resource_Mail 12.6.8. Zend_Application_Resource_Modules 12.6.9. Zend_Application_Resource_Multidb 12.6.10. Zend_Application_Resource_Navigation 12.6.11. Zend_Application_Resource_Router 12.6.12. Zend_Application_Resource_Session 12.6.13. Zend_Application_Resource_View ...

2012-03-20

AAALogo制作logo的工具,很好用

AAALogo制作logo的工具,很好用

2011-12-16

VertrigoServer win下的apache+php+mysql集成包(php5.3.8)

VertrigoServer win下的apache+php+mysql集成包 apache2.2.1 php5.3.8 mysql5.5.18

2011-12-16

python中文手册

python中文手册,是python入门的好教程,是根据英文原版翻译

2010-12-01

codeigniter初始代码删除工具

一个老外写的,可以初始化codeigniter的代码,包括controller和model

2010-04-26

Google translate for zencart

Google translate for zencart

2010-04-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除