Programmer's Reference Guide

Appendix B. Zend Framework PHP Coding Standard

B.1. Overview

B.1.1. Scope

This document provides the code guidelines for developers and teams contributing to Zend Framework. The subjects covered are:

  • PHP File Formatting

  • Naming Conventions

  • Coding Style

  • Inline Documentation

B.1.2. Goals

Good coding standards are important in any development project, but particularly when multiple developers are working on the same project. Having coding standards helps ensure that the code is of high quality, has fewer bugs, and is easily maintained.