Re: [PHP] PHP 5 confusion

2005-01-08 Thread Curt Zirzow
* Thus wrote Don: > Hi, > > Reading the PHP 5 documentation at: HYPERLINK > "http://www.php.net/manual/en/language.oop5.basic.php"http://www.php.net/man > ual/en/language.oop5.basic.php, I am confused. After looking at the example output, it is not correct, the real output should be: object(S

Re: [PHP] PHP 5 confusion

2005-01-07 Thread Richard Lynch
> Reading the PHP 5 documentation at: HYPERLINK > "http://www.php.net/manual/en/language.oop5.basic.php"http://www.php.net/man > ual/en/language.oop5.basic.php, I am confused. > > In the example given, what is the difference between: > $assigned = $instance; > $reference =& $instance; > > I woul