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 simple

[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

RE: [PHP] OOP style question

2002-06-06 Thread Scott Hurring
: 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) that is remembering elements that should have been unset(). The good news

Re: [PHP] OOP style question

2002-06-06 Thread Erik Price
] Subject: [PHP] OOP style question 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