Page 1 of 1

what is this -> ?

Posted: Mon Aug 09, 2004 6:29 pm
by pinehead18
what is $row->name and is their any part of the manual that explains how to use -> ?
thankyous
anthony

Posted: Mon Aug 09, 2004 6:31 pm
by feyd
it's an object dereference operator, can only be used on objects, and the name/string/whatever following it is either a function name, or an internal variable.