Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51457 invoked by uid 1010); 19 Nov 2007 23:23:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51440 invoked from network); 19 Nov 2007 23:23:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2007 23:23:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=sam@sambarrow.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sam@sambarrow.com; 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:35020] helo=scottsdale.servershost.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/21-50425-9FA12474 for ; Mon, 19 Nov 2007 18:23:38 -0500 Received: from [216.15.51.211] (port=50822 helo=[192.168.1.90]) by scottsdale.servershost.net with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1IuFxp-0002Hj-65; Mon, 19 Nov 2007 17:23:37 -0600 To: Arnold Daniels Cc: Cristian Rodriguez , "internals@lists.php.net" In-Reply-To: <9788CF0C-E52E-42E1-BAF2-6544CF4B9B30@adaniels.nl> 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> <1195487551.7144.1.camel@sbarrow-desktop> <7d5a202f0711191253g112420afg8f9694977c673b03@mail.gmail.com> <1195508955.19467.2.camel@sbarrow-desktop> <9788CF0C-E52E-42E1-BAF2-6544CF4B9B30@adaniels.nl> Content-Type: text/plain Date: Mon, 19 Nov 2007 18:23:35 -0500 Message-ID: <1195514615.8471.0.camel@sams-room> 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) That would serve my purpose, as long as i can inherit methods and properties from multiple parents. On Mon, 2007-11-19 at 23:09 +0100, Arnold Daniels wrote: > It would probably better to implement something like prototyping, > where there is only 1 parent, but there can be muliple prototype > classes from which methods are inherited. > > On Nov 19, 2007, at 10:49 PM, Sam Barrow wrote: > > > I doubt it will be implemented, but for my application it would be > > incredibly helpful and worth it to me to write a patch even if I am > > the > > only one to use it. > > > > On Mon, 2007-11-19 at 17:53 -0300, Cristian Rodriguez wrote: > >> 2007/11/19, Sam Barrow : > >>> Whether it's implemented or not, I'm going to write a patch for > >>> multiple > >>> class inheritance. > >> > >> I have the feeling that you are trying to use the wrong language. > >> > >> Hopefully people on this lists still preserves their sanity and will > >> not be wiliing to implement a concept that is know to work correclty > >> only in very few implementations, if any, that causes ambiguity and > >> opens the door for all sorts of unneeded complexity. > >> > >> > >> -- > >> http://www.kissofjudas.net/ > >> > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > >