public function __clone()
{
$this = parent::__clone();
$this->... = $that->...;
...
}-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
public function __clone()
{
$this = parent::__clone();
$this->... = $that->...;
...
}-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php