Hey guys, what does the -> do that i see so often used in code? I've been programming PHP for years and never had to use that, and was finally just wondering what it did.
Thanks!
Example of what i mean:
$this->set_title($this->lang->login_header);
$this->tree($this->lang->login_header);