Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52571 invoked from network); 27 Jun 2003 04:46:06 -0000 Received: from unknown (HELO ied.ac.cn) (211.99.43.218) by pb1.pair.com with SMTP; 27 Jun 2003 04:46:06 -0000 Received: (qmail 9515 invoked by uid 610); 27 Jun 2003 11:56:14 +0800 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Jun 2003 11:56:14 +0800 Date: Fri, 27 Jun 2003 11:56:14 +0800 (CST) X-X-Sender: hewei@web.ied.ac.cn To: Sebastian Bergmann cc: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] aggregation? From: hewei@ied.org.cn (Wei He) On Fri, 27 Jun 2003, Sebastian Bergmann wrote: > Wei He wrote: > > Can anyone give an example script demostrating how interfaces look like > > in PHP5? > > http://www.sebastian-bergmann.de/talks/adam-2003-oop.pdf Thanks. I must have been a very nice presentation. I love PHP Bananas! But the interferce section doesn't show enough details. I'm still looking forward to seeing more detailed examples. Espscially how MI can be replaced by using of interfaces and how in that case overlapping methods are handled. Best, Wei He