PHP Coding Standards (5) – Errors and Exceptions

1. The Zend Framework codebase must be E_STRICT complia […]

Posted in Coding Standards | Tagged , | Leave a comment

PHP Coding Standards (4) – Inline Documentation

1. Docblocks start always with "/*" or " […]

Posted in Coding Standards | Tagged , | 1 Comment

PHP Coding Standards (3) – Coding Style

1. PHP code must always be delimited by the full-form, […]

Posted in Coding Standards | Tagged , | Leave a comment

PHP Coding Standards (2) – Naming Conventions

1. The Zend Framework employs a class naming convention […]

Posted in Coding Standards | Tagged , | Leave a comment