scripter50
IS-IT--Management
I found some code in a shareware PHP app that I've never seen and can't seem to identify. Can anyone shed any light on this:
$listTeam = new request();
$listTeam->openTeams($tmpquery);
My problem is the "->" - what does this mean?
Thanks in advance
$listTeam = new request();
$listTeam->openTeams($tmpquery);
My problem is the "->" - what does this mean?
Thanks in advance