From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- .../manual/core/en/coding-standard.overview.html | 155 +++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 zend/documentation/manual/core/en/coding-standard.overview.html (limited to 'zend/documentation/manual/core/en/coding-standard.overview.html') diff --git a/zend/documentation/manual/core/en/coding-standard.overview.html b/zend/documentation/manual/core/en/coding-standard.overview.html new file mode 100644 index 0000000..346973c --- /dev/null +++ b/zend/documentation/manual/core/en/coding-standard.overview.html @@ -0,0 +1,155 @@ + + + + + Overview - Zend Framework Manual + + + + + + + + +
+ + + + + + + + +
+ Zend Framework Coding Standard for PHP + + + + +
+
+

Overview

+ + +

Scope

+ + +

+ This document provides guidelines for code formatting and documentation to + individuals and teams contributing to Zend Framework. Many developers using Zend + Framework have also found these coding standards useful because their code's style + remains consistent with all Zend Framework code. It is also worth noting that it + requires significant effort to fully specify coding standards. +

+ +

Note: + + Sometimes developers consider the establishment of a standard more important + than what that standard actually suggests at the most detailed level of + design. The guidelines in Zend Framework's coding standards capture practices + that have worked well on the Zend Framework project. You may modify these + standards or use them as is in accordance with the terms of our » license. +
+

+ +

+ Topics covered in Zend Framework's coding standards include: +

+ +
    +
  • +

    PHP File Formatting

    +
  • + +
  • +

    Naming Conventions

    +
  • + +
  • +

    Coding Style

    +
  • + +
  • +

    Inline Documentation

    +
  • +
+
+ +

Goals

+ + +

+ Coding standards are important in any development project, but they are particularly + important when many developers are working on the same project. Coding standards + help ensure that the code is high quality, has fewer bugs, and can be easily + maintained. +

+
+
+
+ + + + + + + + + +
+ Zend Framework Coding Standard for PHP + + + + +
+
+ +
+ + \ No newline at end of file -- cgit v1.2.3