I was looking through the phpBB source and I saw -> used with vairables quite heavily.
The PHP manual seems to have nothing avaible on this and I was wondering what this does.
An example would be here:
$module->load('ucp', 'activate');
$module->display($user->lang['UCP_ACTIVATE']);
Thanks