PHP Coding Standard
目录 |
PHP编码标准
本站可能采用PEAR编码标准。(尚未完全确定。本站优先考虑CakePHP,其次考虑PEAR,随后是其他任何开源代码)
Drupal Coding Standards, PhpWebSite Coding Standards and WordPress Coding Standards are based on the PEAR Coding standards (with some variations).
Some related discussion about PEAR coding standards: ** PHP Coding Standards; ** Why Coding Standards Matter by Paul Jones; ** Why You Need Coding Standards by David Mytton.
PHP编码标准工具:PHP_CodeSniffer
参考文章:PHP Coding Standards - Laying Down the Law (Discussion in Digg)
SQL编码标准
//TODO
其他PHP参考标准
- ...
其他资料
- PHP编码标准工具:PHPCheckStyle
- Java编码标准工具:Jalopy and Checkstyle
See more description from "Tools for Java Coding Standards".