Re: [PHP] Overriding Class functions and variables

2002-06-03 Thread Analysis & Solutions
Jared: On Mon, Jun 03, 2002 at 04:33:45PM -0400, Jared Boelens wrote: > In my case i am trying to override a variable. I have a property Username > for both the parent and the child. I am wondering if there is a way to > differenciate between parent->Username and child->Username. Are you talk

[PHP] Overriding Class functions and variables

2002-06-03 Thread Jared Boelens
>From reading the manual, it is my understanding that one cannot explicitly override parent class functions and/or properties. I found this article stating, "You can override any function but it is an implicit override...any function that is overridden in a child is never called in the parent, so