Programmer's Reference Guide
Next
Programmer's Reference Guide
Zend Framework
Copyright © 2005-2007 Zend Technologies Inc. (
http://www.zend.com
)
2007-04-06
Table of Contents
1. Zend_Http_Server
1.1. Introduction
1.1.1. Basic Usage
2. Zend_TimeSync
2.1. Introduction
2.1.1. What is NTP?
2.1.2. What is SNTP?
2.2. Querying timeservers
2.2.1. Basic NTP query
2.2.2. Basic SNTP query
2.2.3. Using the fallback mechanism
2.2.4. Taking care of exceptions
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