With the latest ZE2:

<?php

class Bar {
   function boo()
   {
        ::zoo();
   }
}

Bar::boo();

?>

-Andrei                                       http://www.gravitonic.com/

"The day Microsoft makes something that doesn't suck, 
is probably the day Microsoft starts making vacuum cleaners."
        - Ernst Jan Plugge

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

Reply via email to