Re: [PHP] Problem with inheritance mechanism.

2002-04-16 Thread Steve Dix
On 16 Apr 2002 at 12:59, Steve Dix wrote: > > I'm having a bit of a problem with the following classes. > Found the problem and it all comes down to the use of mysql_fetch_row as opposed to using mysql_fetch_array to get the results. For some reason mysql_fetch_row corrupts the object return

Re: [PHP] Problem with inheritance mechanism.

2002-04-16 Thread cal
, April 16, 2002 5:59 AM Subject: [PHP] Problem with inheritance mechanism. > > I'm having a bit of a problem with the following classes. > > Class pulldown builds a select box using a set of arrays containing > the relevant data. > > class pulldown_db is written to extend

[PHP] Problem with inheritance mechanism.

2002-04-16 Thread Steve Dix
I'm having a bit of a problem with the following classes. Class pulldown builds a select box using a set of arrays containing the relevant data. class pulldown_db is written to extend the class to allow the use of the class with a database. Now, the problem appears in pulldown_db. If you no