I'm making head way into modifying PHPBB boards, and apart from the shock of the professional looking code, theres some syntax I haven't noticed before.
Code:
$template->assign_block_vars('catrow.forumrow', array(ect... ect...) );
My questino is what does the '->' thing do? I haven't seen it before. Is it just simply an assignment operator? putting the value of the function into $template ?
-jec-