> http://www.php.net/manual/en/language.oop5.visibility.php
Fixed > 2. > http://www.php.net/manual/en/language.oop5.basic.php > I have the feeling that the term overriding is meant and not overloading. Nope, overloading refers to redeclaring the function with different parameters. Overriding would refer to overriding the method but keeping the parameters the same. I'm not 100% on this, perhaps the other doc guys know better. Thanks for your kind words, and for pointing out the errors, Aidan