Quote:
|
Originally Posted by Rick
They might as well just do this.
PHP Code:
function SomeFunction(foo,bar){this.myarray=new[1];this.myarray[0].add("weeEe");echo(this.myarray[0][0]);}
|
Indeed, then my style is a lot better!

Anyway.. I think the fact that I do:
PHP Code:
function SomeFunction( foo, bar) {
//foo
}
Is because I'm used to it in writing also.. the word, then the comma attached to it, a space and the next word..