You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • Use two (2) spaces for indentation
  • No tabs only spaces
  • Curly brackets on new line:
if($a > 0)
{
  $foo = bar;
}
else
{
  $foo = fum;
}
  • No labels