Re: [PHP] Re: Confused with constructors

2004-11-19 Thread Gerald Wharney
--- 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] Re: Confused with constructors

2004-11-19 Thread Sebastian Mendel
Gerald Wharney wrote: I'm trying the example at: http://www.php.net/manual/en/language.oop.constructor.php class A { function A() { echo "I am the constructor of A.\n"; } function B() { echo "I am a regular function named B in class A.\n"; echo "I am not a const