Re: [PHP] class (not class instance) variables

2001-05-06 Thread Gyozo Papp
occassions), so please be so kind ! best Papp Gyozo - [EMAIL PROTECTED] - Original Message - From: Andrzej Swedrzynski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Steven Haryanto [EMAIL PROTECTED] Sent: 2001. május 5. 22:36 Subject: Re: [PHP] class (not class instance) variables On Sun

[PHP] class (not class instance) variables

2001-05-05 Thread Steven Haryanto
Am I correct that PHP does not support class variables? That is, variables that belong to a class and not copied into every object. I need to put several arrays for information about a class, and I do not want to bloat every object with this data (since potentially I will create many instances of

Re: [PHP] class (not class instance) variables

2001-05-05 Thread Andrzej Swedrzynski
On Sun, 6 May 2001, Steven Haryanto wrote: Am I correct that PHP does not support class variables? That is, variables that belong to a class and not copied into every object. I need to put several arrays for information about a class, and I do not want to bloat every object with this data