Re: [PHP] OOP style question

2002-06-07 Thread Erik Price
On Friday, June 7, 2002, at 12:50 AM, Analysis & Solutions wrote: > On Thu, Jun 06, 2002 at 04:57:42PM -0400, Erik Price wrote: > >> I have a method in my class that essentially unsets an array element. > > Uh, I know you're a sharp guy, but I've got to ask anyway. If it's > doing such a simpl

Re: [PHP] OOP style question

2002-06-06 Thread Analysis & Solutions
Hey Erik: It's getting late, so I may not be thinking clearly... On Thu, Jun 06, 2002 at 04:57:42PM -0400, Erik Price wrote: > I have a method in my class that essentially unsets an array element. Uh, I know you're a sharp guy, but I've got to ask anyway. If it's doing such a simple thing

Re: [PHP] OOP style question

2002-06-06 Thread Erik Price
rammer > EAC Corporation > [EMAIL PROTECTED] > Voice: 201-462-2149 > Fax: 201-288-1515 > >> -Original Message- >> From: Erik Price [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, June 06, 2002 4:58 PM >> To: [EMAIL PROTECTED] >> Subject: [PHP] OOP style ques

RE: [PHP] OOP style question

2002-06-06 Thread Scott Hurring
: 201-288-1515 > -Original Message- > From: Erik Price [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 06, 2002 4:58 PM > To: [EMAIL PROTECTED] > Subject: [PHP] OOP style question > > > I'm trying to solve my earlier-posted dilemma of a class attribute > (array) t

[PHP] OOP style question

2002-06-06 Thread Erik Price
I'm trying to solve my earlier-posted dilemma of a class attribute (array) that is "remembering" elements that should have been unset(). The good news is that, according to some testing I've been doing (I have separated the relevant code and am directly testing it), it looks like PHP is behav