Programmer's Reference Guide

Zend Framework

2007-02-21


Table of Contents

1. Zend_Http_Server
1.1. Introduction
1.1.1. Basic Usage
2. Zend_Service
2.1. Zend_Service_Delicious
2.1.1. Introduction
2.1.2. Retrieving posts
2.1.3. Zend_Service_Delicious_PostList
2.1.4. Editing posts
2.1.5. Deleting posts
2.1.6. Adding new posts
2.1.7. Tags
2.1.8. Bundles
2.1.9. Public data
2.2. Zend_Service_Simpy
2.2.1. Introduction
2.2.2. Links
2.2.3. Tags
2.2.4. Notes
2.2.5. Watchlists
3. Zend_TimeSync
3.1. Introduction
3.1.1. What is NTP?
3.1.2. What is SNTP?
3.2. Querying timeservers
3.2.1. Basic NTP query
3.2.2. Basic SNTP query
3.2.3. Using the fallback mechanism
3.2.4. Taking care of exceptions
4. Zend_Translate
4.1. Introduction
4.1.1. Starting multilingual
4.2. Adapters for Zend_Translate
4.2.1. How to decide which translation adapter to use
4.3. Using translation Adapters
4.3.1. Translation Source structures
4.3.2. Creating array source files
4.3.3. Creating gettext source files
4.3.4. Creating tmx source files
4.3.5. Creating csv source files
4.4. Introduction
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. Copyright Information
B.1. Copyright Information
Index

List of Tables

2.1. Functions for retrieving public data
2.2. Methods of Zend_Service_Delicious_SimplePost class
4.1. Adapters for Zend_Translate

List of Examples

2.1. Get all posts
2.2. Accessing post lists
2.3. Post editing
2.4. Method call chaining
2.5. Deleting posts
2.6. Adding a post
2.7. Tags
2.8. Bundles
2.9. Retrieving public data
2.10. Querying Links
2.11. Modifying Links
2.12. Working With Tags
2.13. Working With Notes
2.14. Retrieving Watchlists
4.1. Zend_Translate module usage example: