phpbar.de logo

Mailinglisten-Archive

[php] $this in verschiedenen kontexten

[php] $this in verschiedenen kontexten

hartmann at mayflower.de hartmann at mayflower.de
Mit Nov 26 14:24:31 CET 2003


Hi Thomas, 

"Thomas Richter" <php at wwedit.org> wrote ..
> class KlasseA {
>   function method() {
>     KlasseB::method();
>   }
> }
> 
> class KlasseB {
>    function method() {
>       if (isset($this)) {
>         echo '$this ist gesetzt.<br>';
>       } else {
>         echo '$this ist nicht gesetzt';
>       }
>    }
> }

Jepp, das Problem ist länger bekannt, und es wird Feature genannt :-) 
Erstes Auftreten in bugs.php.net ist http://bugs.php.net/bug.php?id=9005, seitdem ist das bestimmt an die 20 mal wieder hochgeploppt. 

Liebe Grüße, 
Johann

php::bar PHP Wiki   -   Listenarchive