Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22958 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59714 invoked by uid 1010); 25 Apr 2006 13:21:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59699 invoked from network); 25 Apr 2006 13:21:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2006 13:21:00 -0000 X-PHP-List-Original-Sender: edink@emini.dk X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:6714] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D7/C4-19715-B322E444 for ; Tue, 25 Apr 2006 09:20:59 -0400 Received: from [10.0.0.18] (palestine.intra.emini.dk [10.0.0.18]) by gw2.emini.dk (Postfix) with ESMTP id AB1D4ADE99; Tue, 25 Apr 2006 15:20:55 +0200 (CEST) Message-ID: <444E2237.9050702@emini.dk> Date: Tue, 25 Apr 2006 15:20:55 +0200 Organization: Emini A/S User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: bu@orbitel.bg Cc: internals@lists.php.net References: <444E0854.2000804@emini.dk> <200604251602.42837.bu@orbitel.bg> In-Reply-To: <200604251602.42837.bu@orbitel.bg> X-Enigmail-Version: 0.93.0.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Static properties From: edink@emini.dk (Edin Kadribasic) Petar Nedyalkov wrote: > This totally breaks the capsulation in the OO paradigm, so I find it the right > behaviour. This is PHP we're talking about. If you want 100% purist "capsulation" according to "OO paradigm" you're clearly using the wrong language. Heck even wrong language class. What I wanted to know is if this limitation was the result of the implemetation difficulty in the engine, or someone else's purist OO views. Edin