--- 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
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
2 matches
Mail list logo