[PHP-DEV] Re: Bug #827 Updated: request on object constructors From: Boris Erdmann (be <email protected>)
Date: 10/08/98

Bug Database wrote:
>
> ID: 827
> Updated by: zeev
> Reported By: be <email protected>
> Status: Closed
> Bug Type: Feature/Change Request
> Assigned To:
> Comments:
>
> Will not happen.
> Instead, PHP 3.0.6 classes will inherit their parent's
> constructor. E.g., for class foo, that has a ctor function
> foo(), class bar that extends from it would have, by default
> function bar() which behaves just like foo::foo(), unless
> overriden by a new implementation of bar::bar().
>
> Full Bug description available at: http://ca.php.net/bugs.php3?id=827

Which is admittedly a smart solution for that problem :-)
(And also when I think of how to implement that...)

Thank you very much.

Boris

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>