HI,

let us say there is Class A.
In the constructor of this class I create an Object B of Class B.

Now what is the difference between these two ?

this->B = new B;

and

B = new B;


Thank you very much!

Wenmaster

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

Reply via email to