Re: [PHP] public and private parts in classes ?

2001-09-25 Thread Andrey Hristov
st. Have fun. Andrey Hristov IcyGEN Corporation http://www.icygen.com BALANCED SOLUTIONS - Original Message - From: "Nick Winfield" <[EMAIL PROTECTED]> To: "Andrey Hristov" <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 5:13 PM Subject: Re: [PHP] p

Re: [PHP] public and private parts in classes ?

2001-09-25 Thread Nick Winfield
On Tue, 25 Sep 2001, Andrey Hristov wrote: > Hmmm, > Original: $_this->foo = "bar"; > I think that it must be: > $this->_foo = "bar"; Nope, I tested my code before I posted. :) Definitely $_this->foo Cheers, Nick W.. -[ [EMAIL PROTECTED] ]- :: today's word is.. haggis (n): a small, hai

Re: [PHP] public and private parts in classes ?

2001-09-25 Thread Andrey Hristov
t;[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 4:49 PM Subject: Re: [PHP] public and private parts in classes ? > On Tue, 25 Sep 2001, Andrey Hristov wrote: > > > > I'm sorry, if this is a faq. But I would like to know, if there exist > > > public and pri

Re: [PHP] public and private parts in classes ?

2001-09-25 Thread Nick Winfield
On Tue, 25 Sep 2001, Andrey Hristov wrote: > > I'm sorry, if this is a faq. But I would like to know, if there exist > > public and private parts in classes like in c++ ? > > > > AFAIK there are no public and private parts supportet. > > > > I would be pleased to get either a confirmation on that

Re: [PHP] public and private parts in classes ?

2001-09-25 Thread Oliver Ruf
Thank you for your confirmation. Now I'm sure that I was correct. -Oliver [EMAIL PROTECTED] (Andrey Hristov) wrote in 01ba01c145c7$22bcc6d0$0b01a8c0@ANDreY:">news:01ba01c145c7$22bcc6d0$0b01a8c0@ANDreY: > PHP Classes are not so powerful as C++. No there is no division ot > private and public

Re: [PHP] public and private parts in classes ?

2001-09-25 Thread Andrey Hristov
- Original Message - From: "Oliver Ruf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 4:34 PM Subject: [PHP] public and private parts in classes ? > Hello > > I'm sorry, if this is a faq. But I would like to know, if there exist &

[PHP] public and private parts in classes ?

2001-09-25 Thread Oliver Ruf
Hello I'm sorry, if this is a faq. But I would like to know, if there exist public and private parts in classes like in c++ ? AFAIK there are no public and private parts supportet. I would be pleased to get either a confirmation on that or, if it works, some information on how to do it. Than