On Fri, 2003-06-06 at 11:23, Peter Misun wrote:
> need help:
> what do you suggest to use:
> 
>   $mc = new myclass();
> or
>   $mc = &new myclass();

The first form will copy the object.  If you don't want this, use the
second form.
--
Best regards,

Per Lundberg / Capio ApS
Phone: +46-18-4186040
Fax: +46-18-4186049
Web: http://www.nobolt.com

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to