Re: [PHP] Re: Confused with constructors
--- Sebastian Mendel <[EMAIL PROTECTED]> wrote: > as i understand it exactly as you, it must be a > bug/error OK, I see that it is a known issue: http://bugs.php.net/bug.php?id=28459 thanks -- G W (no bush) ___ Movi
[PHP] Confused with constructors
I'm trying the example at: http://www.php.net/manual/en/language.oop.constructor.php \n"; } function B() { echo "I am a regular function named B in class A.\n"; echo "I am not a constructor in A.\n"; } } class B extends A { function C() { echo "I am a regul