Re: [PHP] declaring variables in class definitions

2001-01-10 Thread sam1600
Hi Max! --- you wrote: > Hello sam1600, > > Wednesday, January 10, 2001, 6:42:58 AM, you wrote: > > sic> What in the world is reason for declaring the following in the class?: > sic> var $somevar; > sic> I see no reason, and no differences if I don't declare: var $somevar; > > Classes are int

Re: [PHP] declaring variables in class definitions

2001-01-10 Thread Max A. Derkachev
Hello sam1600, Wednesday, January 10, 2001, 6:42:58 AM, you wrote: sic> What in the world is reason for declaring the following in the class?: sic> var $somevar; sic> I see no reason, and no differences if I don't declare: var $somevar; Classes are intended to be structured data storage. You sh