> Yes it is not documented. I prefer the } else { style.
Personally I like
if ($foo)
{
....
} else
{
...
}
or
if ($foo)
{
....
}
else
{
...
}
then all braces are in same col.
James
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Sterling Hughes
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Sebastian Bergmann
- Re: [PHP-DOC] cvs: phpdoc /en/functions xslt... Derick Rethans
- Re: [PHP-DOC] cvs: phpdoc /en/functions ... Sebastian Bergmann
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Egon Schmid
- Re: [PHP-DOC] cvs: phpdoc /en/functions xslt... Ron Chmara
- Re: [PHP-DOC] cvs: phpdoc /en/functions ... eschmid+sic
- Re: [PHP-DOC] cvs: phpdoc /en/functi... James Moore
- Re: [PHP-DOC] cvs: phpdoc /en/f... eschmid+sic
- RE: [PHP-DOC] cvs: phpdoc /... James Moore
- Re: [PHP-DOC] cvs: phpd... eschmid+sic
- Re: [PHP-DOC] cvs: phpd... Ron Chmara
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Jesus M. Castagnetto
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Jesus M. Castagnetto
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Rasmus Lerdorf
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions xslt.xml Sterling Hughes
