Possible Duplicate:
What does this PHP syntax mean: $var1->$var2
Reference - What does this symbol mean in PHP?
I'm looking at a php framework's code, and now and then the symbols "->" appear... for example:
$controller->permissionCheck($ret);
So what I would like was that someone could explain to me what "->" stands for and what is used to?
Thank you.
