Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25201 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74020 invoked by uid 1010); 4 Aug 2006 17:15:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74005 invoked from network); 4 Aug 2006 17:15:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2006 17:15:51 -0000 Authentication-Results: pb1.pair.com header.from=jason.sweat@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: jason.sweat@gmail.com X-Host-Fingerprint: 64.233.166.176 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.176:34318] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id B3/60-63329-6C083D44 for ; Fri, 04 Aug 2006 13:15:50 -0400 Received: by py-out-1112.google.com with SMTP id t32so389212pyc for ; Fri, 04 Aug 2006 10:15:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZdGki6UbVPraB437ZoKqplIpB7BZi1qXBHXdI05KPtbg31Nn0G+l5NGMNMB9XTVl7b57LJKb28TY/M7Jvkgj4IEwVAw7t3eQuJ9zRFUmuqq1PFGU17QWZCNuxmNqRfuVtg3RkinlmRrzakjLldZOgeQEie39ZXzEqySYrLHJ8o8= Received: by 10.35.110.13 with SMTP id n13mr5322886pym; Fri, 04 Aug 2006 10:15:47 -0700 (PDT) Received: by 10.35.117.4 with HTTP; Fri, 4 Aug 2006 10:15:47 -0700 (PDT) Message-ID: <5c2874720608041015i2cd637e7s37039fe31276b295@mail.gmail.com> Date: Fri, 4 Aug 2006 12:15:47 -0500 To: "Christian Weiske" Cc: internals@lists.php.net In-Reply-To: <44D379E4.4050504@cweiske.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44D379E4.4050504@cweiske.de> Subject: Re: [PHP-DEV] Method inheritance and parent classes From: jason.sweat@gmail.com ("Jason Sweat") On 8/4/06, Christian Weiske wrote: > I suggest changing the behavior of php to never call methods of classes > that are added by subclasses, only own ones or inherited ones. Thus rendering the entire Template Method design pattern useless? http://home.earthlink.net/~huston2/dp/templateMethod.html -- Regards, Jason http://blog.casey-sweat.us/