[3]$this->connection = mysql_connect(DB_SERVER, DB_USER, DB_PASS) or die(mysql_error());[/3]
Can someone give me the meaning of the "->" symbol in the above? I dug for awhile in the Manual but it's hard to do a search on a symbol and couldn't find it listed with any of the operators.