Re: [PHP] coding standards - control structures

2002-09-27 Thread Bill Farrell
]> > 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 > >

Re: [PHP] coding standards - control structures

2002-09-27 Thread Kevin Stone
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

Re: [PHP] coding standards - control structures

2002-09-27 Thread Robert Cummings
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

Re: [PHP] coding standards - control structures

2002-09-27 Thread Kevin Stone
: "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

[PHP] coding standards - control structures

2002-09-27 Thread ed
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(); }