I see many expressions like $user->setup('search'); but i've no idea what -> means and for what it serves. I searched google but it seems to ignore these characters so it gives me just info about php.
henry0
12:38 pm on Jan 1, 2008 (gmt 0)
You might search for PHP OOP tutorial
To access methods and properties of a class, use the arrow -> operator