Programmer's Reference Guide

Zend Framework

2007-01-18


Table of Contents

1. Zend_Auth
1.1. Introduction
1.1.1. Adapters
1.1.2. Tokens
1.1.3. Token Persistence
1.1.4. Using Zend_Auth
1.2. Digest Authentication
1.2.1. Introduction
1.2.2. Adapter
1.2.3. Token
2. Zend_Http_Server
2.1. Introduction
3. Zend_Mail
3.1. Reading Mail Messages
3.1.1. Simple example using Pop3
3.1.2. Opening a local storage
3.1.3. Opening a remote storage
3.1.4. Fetching messages and simple methods
3.1.5. Using folders
3.1.6. Advanced Use
4. Zend_Rest
4.1. Introduction
4.2. Zend_Rest_Client
4.2.1. Introduction
4.2.2. Responses
4.2.3. Request Arguments
4.3. Zend_Rest_Server
4.3.1. Introduction
4.3.2. REST Server Usage
4.3.3. Calling a Zend_Rest_Server Service
4.3.4. Sending Custom Statuses
4.3.5. Returning Custom XML Responses
5. Zend_Service
5.1. Zend_Service_Delicious
5.1.1. Introduction
5.1.2. Retrieving posts
5.1.3. Zend_Service_Delicious_PostList
5.1.4. Editing posts
5.1.5. Deleting posts
5.1.6. Adding new posts
5.1.7. Tags
5.1.8. Bundles
5.1.9. Public data
A. Appendix Zend_Locale Languages
B. Appendix Zend_Locale Regions
C. Zend Framework PHP Coding Standard
C.1. Overview
C.1.1. Scope
C.1.2. Goals
C.2. PHP File Formatting
C.2.1. General
C.2.2. Indentation
C.2.3. Maximum Line Length
C.2.4. Line Termination
C.3. Naming Conventions
C.3.1. Classes
C.3.2. Interfaces
C.3.3. Filenames
C.3.4. Functions and Methods
C.3.5. Variables
C.3.6. Constants
C.4. Coding Style
C.4.1. PHP Code Demarcation
C.4.2. Strings
C.4.3. Arrays
C.4.4. Classes
C.4.5. Functions and Methods
C.4.6. Control Statements
C.4.7. Inline Documentation
D. Copyright Information
D.1. Copyright Information
Index

List of Tables

3.1. Mail Read Feature Overview
3.2. Mail Folder Names
5.1. Methods for retrieving posts
5.2. Functions for retrieving public data
5.3. Methods of Zend_Service_Delicious_SimplePost class

List of Examples

4.1. A basic REST request
4.2. Response Status
4.3. Using Technorati's Rest Service
4.4. Example Technorati Response
4.5. Setting Request Arguments
4.6. Basic Zend_Rest_Server Usage - Classes
4.7. Basic Zend_Rest_Server Usage - Functions
4.8. Returning Custom Statuses
4.9. Return Custom XML
5.1. Get all posts
5.2. Accessing post lists
5.3. Post editing
5.4. Method call chaining
5.5. Deleting posts
5.6. Adding a post
5.7. Tags
5.8. Bundles
5.9. Retrieving public data