I was told earlier that this is the correct way to do it:

public function __clone()
{
        $this = parent::__clone();
        
        $this->... = $that->...;
        ...
}

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



Reply via email to