John Coggeshall wrote:

On Mon, 2004-05-24 at 10:40, Adam Maccabee Trachtenberg wrote:

Right. That'll also work. :)


I suppose you could push object references on a stack and register a
shutdown function which pops / unset()s if you really wanted a order to
it.. (that's an untested theory though)

Which is what PEAR does to "emulate" destructors. But its doesnt really give you much control over the order of the stack. Its just the order in which you have created your instances. Anyways this is more and more turning into php-general@ material :-)


regards,
Lukas Smith

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



Reply via email to