[PHP] Re: Understanding Static Methods

2004-11-19 Thread Matthew Weier O'Phinney
* Jordi Canals <[EMAIL PROTECTED]>: > I'm trying to understand static methods in a test class. Reading the > manual, it says: "A member or method declared with static can not be > accessed with a variable that is an instance of the object and cannot > be re-defined in an extending class." It's pos

Re: [PHP] Re: Understanding Static Methods

2004-11-19 Thread Jordi Canals
On Fri, 19 Nov 2004 12:01:16 +0100, Sebastian Mendel <[EMAIL PROTECTED]> wrote: > Jordi Canals wrote: > > I'm trying to understand static methods in a test class. Reading the > > manual, it says: "A member or method declared with static can not be > > accessed with a variable that is an instance o

[PHP] Re: Understanding Static Methods

2004-11-19 Thread Sebastian Mendel
Jordi Canals wrote: I'm trying to understand static methods in a test class. Reading the manual, it says: "A member or method declared with static can not be accessed with a variable that is an instance of the object and cannot be re-defined in an extending class." Test code: class B {