Page 1 of 1

I am New to PHP please help with a syntax question

Posted: Tue Jun 24, 2008 12:36 pm
by nowayjay
Could some one tell me what this means "->" What is the purpose and how is it used?

Re: I am New to PHP please help with a syntax question

Posted: Tue Jun 24, 2008 12:41 pm
by Kieran Huggins

Re: I am New to PHP please help with a syntax question

Posted: Tue Jun 24, 2008 12:51 pm
by Frozenlight777
It's used for class variables.
(see link ->above)

Re: I am New to PHP please help with a syntax question

Posted: Tue Jun 24, 2008 12:57 pm
by nowayjay
Thank you.