On Mon, 16 Dec 2002 20:55:49 +0100 (CET)
Derick Rethans <[EMAIL PROTECTED]> wrote:

> > And keep an access to $this from inside the object calling the
> > external method because my parsing is actually recursive.
> 
> $this only works for instanciated classes, not static method calls.

Indeed, you may change the call inside the class using foo::bar() too,
and you can still not access to the object properties.

Auth and HTML_Javascript use this kind of calls.

pierre

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to