Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33321 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28806 invoked by uid 1010); 19 Nov 2007 15:54:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28791 invoked from network); 19 Nov 2007 15:54:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2007 15:54:37 -0000 Authentication-Results: pb1.pair.com header.from=sam@sambarrow.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sam@sambarrow.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sambarrow.com from 205.234.132.11 cause and error) X-PHP-List-Original-Sender: sam@sambarrow.com X-Host-Fingerprint: 205.234.132.11 scottsdale.servershost.net Received: from [205.234.132.11] ([205.234.132.11:37102] helo=scottsdale.servershost.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/09-05823-AB1B1474 for ; Mon, 19 Nov 2007 10:54:35 -0500 Received: from [65.207.49.92] (port=46885) by scottsdale.servershost.net with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1Iu8xD-0000yp-QJ; Mon, 19 Nov 2007 09:54:31 -0600 To: "Edward Z. Yang" Cc: internals@lists.php.net In-Reply-To: <58.50.31009.62631474@pb1.pair.com> References: <1195140437.23612.5.camel@sbarrow-desktop> <200711190003.40228.larry@garfieldtech.com> <23.9D.31009.0A821474@pb1.pair.com> <200711190044.25638.larry@garfieldtech.com> <58.50.31009.62631474@pb1.pair.com> Content-Type: text/plain Date: Mon, 19 Nov 2007 10:52:31 -0500 Message-ID: <1195487551.7144.1.camel@sbarrow-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - scottsdale.servershost.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - sambarrow.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Multiple class inheritance From: sam@sambarrow.com (Sam Barrow) Whether it's implemented or not, I'm going to write a patch for multiple class inheritance. Does anyone here whos knows about the Zend Engine willing to help me out just a little bit, to get me started? I'm stuck at the syntax interpretation right now. On Mon, 2007-11-19 at 02:07 -0500, Edward Z. Yang wrote: > Larry Garfield wrote: > > $myfield = new InputField(new DBField(new AbstractField(...))); [snip] > > Nah, what you're talking about now is a chain of responsibility, where > events are in the form of method calls. :-) > > -- > Edward Z. Yang GnuPG: 0x869C48DA > HTML Purifier Anti-XSS Filter > [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]] >