PHP Code Guide Lines

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
sakthi
Forum Newbie
Posts: 12
Joined: Wed Apr 12, 2006 1:13 am
Location: Mumbai-India
Contact:

PHP Code Guide Lines

Post by sakthi »

hi everybody,

if anybody have PHP Code Guide Lines, it will be helpful for me, if you share with me.
actually i want to review my codings with some standard etiques.

thanks..
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Are you talking about a coding standard? This discussion may be better suited in the PHP Code forum.
User avatar
sakthi
Forum Newbie
Posts: 12
Joined: Wed Apr 12, 2006 1:13 am
Location: Mumbai-India
Contact:

PHP Code Guide Lines

Post by sakthi »

thanks
i will try it on the PHP Code Forum
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

uhh don't post a new thread... he'll move this one.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I already have. We can carry on here.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Use PHP documentor. If you want a good baseline look at PEAR Coding Standards.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Zend also have a pretty coding standard, which is not too dissimlar from PEAR's.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I am working on one right now as well. There are several things that I am not liking about the PEAR standard, the Zend standard and the phpBB standard, so I wrote my own for my company I am with right now. I am going to be applying it to a visible web site either tonight or tomorrow night. I'll post when it gets done.
Post Reply