Re: [Phplib-users] Template and PHP3?
Brought to you by:
nhruby,
richardarcher
From: Richard A. <rh...@ju...> - 2001-09-13 21:13:52
|
At 6:03 PM +0100 13/9/01, Peter Bowyer wrote: >Fatal error: Call to unsupported or undefined function >sendcard_template() in /web/sites/xxxxxx/sendcard/sendcard.php on line >367 Sounds like your sub class does not have a constructor function with the name of the class. See http://www.php.net/manual/en/language.oop.constructor.php ...R. |