PHP coding standards

前端 未结 5 1753
猫巷女王i
猫巷女王i 2020-12-17 20:28

I\'ve been looking for some guidelines on how to layout PHP code. I\'ve found some good references, such as the following:

http://www.dagbladet.no/development/phpcod

5条回答
  •  星月不相逢
    2020-12-17 20:37

    Coding standards should be more than how to layout your syntax, but sadly that's what they tend to be in PHP.

    FWIW, phc will pretty print your code in the Zend style.

提交回复
热议问题