Re: [PHP] Classes and their members

2004-04-22 Thread Tom Rogers
Hi, Friday, April 23, 2004, 1:00:34 PM, you wrote: DN> I'm having a problem using classes. The problem stemed from DN> using arrays to store a bunch of users and their usage times. DN> I have an object with two members, $name and $onlineSecs. No DN> matter how hard I try...$name always gets mod

[PHP] Classes and their members

2004-04-22 Thread Dickon Newman
I'm having a problem using classes. The problem stemed from using arrays to store a bunch of users and their usage times. I have an object with two members, $name and $onlineSecs. No matter how hard I try...$name always gets modified. I try referencing $onlineSecs directly...I've tried writi