Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8042 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11587 invoked by uid 1010); 22 Feb 2004 04:24:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11519 invoked from network); 22 Feb 2004 04:24:40 -0000 Received: from unknown (HELO imf17aec.mail.bellsouth.net) (205.152.59.65) by pb1.pair.com with SMTP; 22 Feb 2004 04:24:40 -0000 Received: from [192.168.1.114] ([67.32.189.68]) by imf17aec.mail.bellsouth.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040222042440.CVOV1865.imf17aec.mail.bellsouth.net@[192.168.1.114]> for ; Sat, 21 Feb 2004 23:24:40 -0500 Mime-Version: 1.0 (Apple Message framework v612) In-Reply-To: <200402212010.53919.zhundiak@comcast.net> References: <1077090830.30573.1.camel@coogle.localdomain> <200402212010.53919.zhundiak@comcast.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <0A75398E-64EF-11D8-8757-000393030CE6@bellsouth.net> Content-Transfer-Encoding: 7bit Date: Sat, 21 Feb 2004 23:24:44 -0500 To: PHP Development X-Mailer: Apple Mail (2.612) Subject: Re: [PHP-DEV] Re: Static weirdness.. From: lingwitt@bellsouth.net (Herr Witten) Isn't this a contradiction? On 21 Feb 2004, at 9:10 PM, Art Hundiak wrote: > static methods and > static class variables should be consistent. Currently, you cannot > access a > class variable via an object instance. > > And for what it's worth, I see no reason why static methods cannot be > called > from objects. Follow Java/C++ in this case.