What does the -> do?
Posted: Tue Jan 24, 2012 1:31 pm
Ive been reading about the basics of PHP and and trying to understand some code but I keep seeing things like this...
or
Im not sure what that is called so I cant find any articles explaining what the -> is doing.
Code: Select all
$result = $findCommand->execute()Code: Select all
$result->getMessage()