Tim Burgan wrote:
Hi everyone,
What 'rules' do you follow about styling/formatting your PHP code? Do
you follow a guide that is available online?
I generally have my own preference for formatting like
if ( condition )
{
statements;
}
which personally I think is ugly and a waste of space ;-)
(a
try http://pear.php.net/manual/en/standards.php
On Wed, 12 Jan 2005 23:34:59 +1030, Tim Burgan <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> What 'rules' do you follow about styling/formatting your PHP code? Do
> you follow a guide that is available online?
>
> I generally have my own preferenc
Hi everyone,
What 'rules' do you follow about styling/formatting your PHP code? Do
you follow a guide that is available online?
I generally have my own preference for formatting like
if ( condition )
{
statements;
}
for all conditional statements and loops, as opposed to
if (condition) {
st
3 matches
Mail list logo