Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoritpastorn
    • CommentTimeDec 12th 2006
     
    Hello

    In PHP 5 I cannotdo the following:

    class foo
    {
    some_method()
    {
    unset($this);
    }
    }

    Does anyone know a workaround?

    Lars Gunther