I see -> and => being used with objects, but can't seem to find it anywhere in the PHP documentation. When and why is this used?
For the use of "->", take a look at: Classes and Objects (PHP 4) Classes and Objects (PHP 5)
For the use of "=>", take a look at: Arrays foreach
Thanks for the links. I obviously didn't read deep enough into the docs.