I was looking at an examples on using flashbuilder & mysql and i'm pretty new to php and found the following example, I was wondering what does -> do I haven't encountered it before i'm guessing it's some kind of assignment operator.
public function getAllEmployees($q) {
$sql = "SELECT *...