Ryan Thompson wrote:
It's for classes. A site called http://www.php.net has some great documentation on it.
$object->property (or function whatever the case may be)
On Friday 10 October 2003 01:57, Tom Ray [Lists] wrote:
I'm wondering if someone can explain something for me. I've never used this before but have seen it used in numerous sets of coding.
What does the -> do? I see stuff like
$test=$test->test_url = "Something"; $test1=$test->test_this = "Something Else";
Is it some sort of array function? I'm just a little confused and have been wondering for sometime.
TIA