Possible Duplicate:
In, PHP, what is the “->” operator called and how do you say it when reading code out loud?
Could someone help with a simple query we have? Whilst we use it every minute of every day, we have no idea what "->" is called in PHP when accessing object methods etc. (eg $this->class->method() ).
We know what is does but when discussing it all we call it is "arrow thing".