Il dom, 2003-02-23 alle 17:32, Marcus Börger ha scritto:
> You can do the following:
> class base {
>          function __construct() {
>                  echo "base::__construct()\n";
>          }
[...]

I know know.

What I want to understand is why the base::__construct() is  called (in
automatic) only when derived::__constuct() is missing. 

I think that or the base::__construct() is always in automatic called or
it is always never called (in automatic).

bye
-- 
michel 'ziobudda' morelli <[EMAIL PROTECTED]>


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

Reply via email to