In PHP 5, what is the difference between using self and $this? When is each appropriate? self to refer to the current class. $this to refer to the
Continue readingTag: oop
PHP OOP accessing methods in other class
I’m new to doing things the oop way. Here’s what I got. First I’ve made a class that connects me to my database. Then I
Continue reading