gertvs

Results 2 comments of gertvs

Hi Jerod, Thanks for your suggestions. I ran the test you suggested. Same result. Anything that I type, apart from the help commands, results in the same message: "Error: get_class()...

Hi Jerod, Sorry for the delay. Xmas and things. I did as you suggested: ``` if (!method_exists($object, $method)) { printf("Variable %s doesn't have a method\ named '%s'", $objname, $method); throw...