Re: [PHP] overload() problem

2003-12-22 Thread Cliff Wells
Cliff Wells wrote: I'm trying to write a class for abstracting some aspects of database programming and am running into a problem: http://hashphp.org/pastebin.php?pid=567 Well, I kept hacking at it and changing the describe() method from this: // get a description of a table fun

[PHP] overload() problem

2003-12-22 Thread Cliff Wells
I'm trying to write a class for abstracting some aspects of database programming and am running into a problem: http://hashphp.org/pastebin.php?pid=567 The code works fine for the first instantiation of the DbTable (Product) class, but not the second. It seems clear that the reason it works the