When you deal with classes, or even a foreach loop, what does this do? ->
I've seen this several times and have no clue what it does, for example:
<?php
$var->depth++;
$var->state[$var->depth] = "channel";
$var->tmptitle[$var->depth] = "";
?>
Sorry for such a newbie question.