PHP Coding Style

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
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

PHP Coding Style

Post by patrikG »

A good article on PHP coding style:

http://evolt.org/article/PHP_coding_gui ... index.html

If you aren't already implementing them, following a coding style will make
debugging much easier,
collaboration between programmers easier,
your code more readable and
your girl/boyfriend more beautiful.

Yeah, the power of PHP amazes me as well.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Great article.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Nice, thanks
Post Reply