__construct is the new method of defining a constructor, but the 'bug' you
suspect is not a bug.  The parser will search for a function of the same
name in the class as the constructor for backwards compatibility with Older
scripts, etc...

This is done by design, not by 'bugginess'.

~ Andrew Heebner



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to