Re: [PHP-WIN] PHP CODE ERROR?

2003-11-17 Thread Bob Harris
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

[PHP-WIN] Re: PHP CODE ERROR?

2003-11-17 Thread Bob Harris
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