Hi all,
I need some help with classes.
I know roughly the basics of classes. You can put lots of functions in a class and then call them like classname->function(); But what is the benefit of this over just making functions called function? Also in a lot of the sample classes I've seen they have things like var $this = array(); What is the purpose of this?
Thanks