Quote:
Originally Posted by inenigma
Cool. I can understand that. Is there a reference manual anywhere that would have all of the vBulletin classes and functions as I can see the "->" operator used all over the place in the code. I've got a good grounding in programming and want to learn PHP so I thought I'd buy vBulletin as investment in my education. If I can understand what the code is doing, then I can make changes to it...
|
-> is the equivalent of the dot operator in Java for accessing the methods and variables stored in an instance of a class.