]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, September 27, 2002 2:16 PM
> Subject: [PHP] coding standards - control structures
>
>
> > Hey all. I've read the pear coding standards.
> > I assume that if php has any official coding
> standards
> >
Sent: Friday, September 27, 2002 2:40 PM
Subject: Re: [PHP] coding standards - control structures
> Kevin Stone wrote:
> >
> > I believe the standards are for coding PEAR modules so all code is
presented
> > in the same style. It really has no influence on the language or
commun
Kevin Stone wrote:
>
> I believe the standards are for coding PEAR modules so all code is presented
> in the same style. It really has no influence on the language or community
> at large. I say code the way you feel most comfortable with and damb to
> anyone who complains. :)
> -Kevin
The be
: "ed" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 27, 2002 2:16 PM
Subject: [PHP] coding standards - control structures
> Hey all. I've read the pear coding standards.
> I assume that if php has any official coding standards
>
> then th
Hey all. I've read the pear coding standards.
I assume that if php has any official coding standards
then the pear standards would be them, correct?
Anyways, the pear docs on coding standards show
examples of using controls structures like
the following:
if ( !$var ) {
do_something();
}
5 matches
Mail list logo