Is it better to do:
$obj = &new object();

verses:
$obj = new object();

thanks,
-js



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to