PHP Code:
return ( $row $db->sql_fetchrow($result) ) ? $row false
I don't know the meanings of -> , ? , : in this line of code. Also can you please explain what $this means while you are at it?

Thanks in advance