Re: good coding in php

From: mhakes (storage_at_vfinpections.com)
Date: 03/25/05


Date: Fri, 25 Mar 2005 14:38:56 GMT

Pugi! wrote:
> Are there any standards about good coding practices in PHP ?
> Do you use capitals or not ? imagecreate or ImageCreate
> How do you name variables ? $arrColorBlack, $black, $strFirstName,
> $firstname, $intYear, $year, .....
> How do you name your own functions ? drawLines(), setName, printHeading,
> heading, createaddress, ......
> How about exception or error handling?
> Since I am learning PHP I might as well learn it good.
>
> thanx,
>
> Pugi!
>
>
I trust these guys: phpfreaks.com

http://www.phpfreaks.com/tutorials/35/0.php

mhakes



Relevant Pages