Hello Ard,
Saturday, March 6, 2004, 6:21:38 PM, you wrote:
> While http://www.php.net/zend-engine-2.php claims the following
> 'Like constructors, parent destructors will not be called
> implicitly by the engine. In order to run a parent destructor,
> one would have to explicit
While http://www.php.net/zend-engine-2.php claims the following
'Like constructors, parent destructors will not be called
implicitly by the engine. In order to run a parent destructor,
one would have to explicitly call parent::__destruct() in the
destructor body.
th