Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /pear DB.php /pear/DB common.php mysql.php From: Jon Parise (jon <email protected>)
Date: 12/04/00

On Mon, Dec 04, 2000 at 01:27:10PM -0500, Chuck Hagenbuch wrote:

> > - $pdata = &$data[$i];
> > + $pdata = &$data[ $i ];
>
> Please stop making changes like this in the absence of a coding
> standards convention. I find the form which you removed much more
> readable, and I'd really rather not see existing code creep in any
> particular direction unless we decide on a standard and convert
> everything to it.

Here's what we use for the Horde PHP coding conventions:

http://cvs.horde.org/cvsweb.pl/~checkout~/docs/CODING_STANDARDS?rev=1.18&cvsroot=horde&hideattic=1&sortbydate=0

-- 
Jon Parise (jon <email protected>)  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>