Could it be related to the fact the none of the functions being called as
"$test->func_call()" are actually defined as being a member of your class
"Table"?
Thus addrow() might exist but $test->addrow() does not.
"B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> htt
Could it be related to the fact the none of the functions being called as
"$test->func_call()" are actually defined as being a member of your class
"Table"?
Thus addrow() might exist but $test->addrow() does not.
"Rocco Castoro" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Can A