RE: [PHP] Confused About Classes

2002-03-25 Thread Rick Emery
To: [EMAIL PROTECTED] Subject: Re: [PHP] Confused About Classes No, the only thing I supplied is the class. The startElementHandler IS a function in the class. "Rick Emery" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]

Re: [PHP] Confused About Classes

2002-03-25 Thread arti
e); > if( $newobj->private==FALSE) > { > } > -Original Message- > From: arti [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 25, 2002 9:33 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Confused About Classes > > > I am getting the error "Undefined vari

RE: [PHP] Confused About Classes

2002-03-25 Thread Rick Emery
j = new standardquestion($filename); if( $newobj->private==FALSE) { } -Original Message- From: arti [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 9:33 AM To: [EMAIL PROTECTED] Subject: [PHP] Confused About Classes I am getting the error "Undefined variable this" in my

[PHP] Confused About Classes

2002-03-25 Thread arti
I am getting the error "Undefined variable this" in my class. I am new to PHP and presume I am just doing something wrong. But, I don't understand what it could be as the code looks straightforward to me. Note that I trimmed out some code to keep this listing from being huge, but the relevant p