Yes, you can do that and yes that's how you do it :)

Danny.

----- Original Message ----- 
From: "Jay" <[EMAIL PROTECTED]>
To: "Php-General (E-mail)" <[EMAIL PROTECTED]>
Sent: Monday, June 10, 2002 5:17 PM
Subject: [PHP] OO Question


> I was wondering can I create a new Object inside of a different class?  
> 
> class One
> {
> //constructor
> function One
> {
> $this->two = new Two;
> $this->test = $this->two->test();
> }
> }
> 
> Can you do that? If so is that how you do it?
> 
> Thanks.
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


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

Reply via email to