Best Practices Document?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jsimmons
Forum Newbie
Posts: 1
Joined: Thu Jun 29, 2006 7:29 am

Best Practices Document?

Post by jsimmons »

Is there such a thing for PHP?

It would contain a list of things that are generally considered essential and/or recommended when you code in PHP.
User avatar
aerodromoi
Forum Contributor
Posts: 230
Joined: Sun May 07, 2006 5:21 am

Re: Best Practices Document?

Post by aerodromoi »

jsimmons wrote:Is there such a thing for PHP?

It would contain a list of things that are generally considered essential and/or recommended when you code in PHP.
viewtopic.php?t=21400 ?
http://www.sklar.com/page/article/owasp-top-ten ?
jamiel
Forum Contributor
Posts: 276
Joined: Wed Feb 22, 2006 5:17 am
Location: London, United Kingdom

Post by jamiel »

A good document which I often use as a guideline for good standards is the Zend Framework Coding Standards Document
Post Reply