Re: [PHP] static method and $this

2003-08-14 Thread messju mohr
> Daryl > > -Original Message- > From: messju mohr [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 3:42 AM > To: [EMAIL PROTECTED] > Subject: [PHP] static method and $this > > > hello php-general, > > i found this thread in the mailin

[PHP] static method and $this

2003-08-09 Thread messju mohr
hello php-general, i found this thread in the mailing-list archive: http://marc.theaimsgroup.com/?l=php-general&m=104182777004472&w=2 to summarize: if you call a static method FooClass::foo() from within an object-method (for example: class BarClass { function bar() { Foo::foo(); } }