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 best way for sure as I stand before God (if you believe in that) is as
follows:

    if( $foo )
    {
        // Do something.
    }
    else
    {
        // Do something else.
    }

Of course you're welcome to disagree ;)

Cheers,
Rob.
-- 
.-----------------.
| Robert Cummings |
:-----------------`----------------------------.
| Webdeployer - Chief PHP and Java Programmer  |
:----------------------------------------------:
| Mail  : mailto:[EMAIL PROTECTED] |
| Phone : (613) 731-4046 x.109                 |
:----------------------------------------------:
| Website : http://www.webmotion.com           |
| Fax     : (613) 260-9545                     |
`----------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to