> 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
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();
}
}
2 matches
Mail list logo