This document provides the guidelines and resources for developers
and teams developing or developing on the Zend Framework. The
subjects covered are:
PHP File Formatting
Naming Conventions
Coding Style
Inline Documentation
A.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.