Posted by Peter on 10/28/28 11:20
> I'm not very familar with the pear packages. As I can see is query a
> method of a class called DB. And since you derived your class of DB you
> should simply call query() without anything before (e.g. parent or DB).
>
> Another thing that makes me stuck is that the error message tells you
> something about a function called db() and I don't see such a function in
> your code?!
>
> Regards
> Stefan
Sorry the error message should have been
Fatal error: Call to undefined function: query() in
/home/petermcd/public_html/the.php on line 25
I have tried just calling it by the function name and this has the same
result, I am presuming it is the way that it calls this function.
Navigation:
[Reply to this message]
|