Re: [PHP] Passing Objects Vol II

2001-05-11 Thread Pavel Kalian
gt; To: "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 4:21 AM Subject: [PHP] Passing Objects Vol II > hmm well I tried it perhaps another step is in order. Once I can see it > work once I will be happy. > > //

[PHP] Passing Objects Vol II

2001-05-10 Thread tcuhost
hmm well I tried it perhaps another step is in order. Once I can see it work once I will be happy. // // index.php contains: // client . "\n"; echo $myInstance->user . "\n"; echo $myInstance->password . "\n"; echo $myInstance->allowed . "\n";