11-10-2007, 11:51 PM
|
#2 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Well, I believe you only use "public" function in classes.
And as far as I see, you're not using a class.
So it should only be:
function name($aArgs) { }
|
|
|
|