Forum Moderators: coopster

Message Too Old, No Replies

=& Instantiate the handler

         

jblastera

11:37 pm on Feb 16, 2007 (gmt 0)

10+ Year Member



What does the =& do in the following code?

//instantiating the handler
$Obj =& new Baz();

Why couldn't I use just = with the ampersand like below?

//instantiating the handler?
$Obj = new Baz();

henry0

11:54 pm on Feb 16, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld!
your question is related to refences

Please review THIS [us3.php.net]