Hi all,
I have found this line in a script and I'm wondering what it does.
$extra_vars = $this->someFunction();
How is this line different from just:
$extra_vars = someFunction();
I've tried searching for the answer on google but I'm getting nowhere.
I'd really appreciate it if someone could shed some light on this for me.
Many thanks
John ;-)
I don't make mistakes, I'm merely beta-testing life.
I have found this line in a script and I'm wondering what it does.
$extra_vars = $this->someFunction();
How is this line different from just:
$extra_vars = someFunction();
I've tried searching for the answer on google but I'm getting nowhere.
I'd really appreciate it if someone could shed some light on this for me.
Many thanks
John ;-)
I don't make mistakes, I'm merely beta-testing life.