Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23336 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92425 invoked by uid 1010); 13 May 2006 23:18:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92410 invoked from network); 13 May 2006 23:18:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 May 2006 23:18:05 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:49061] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 76/B6-19568-A2966644 for ; Sat, 13 May 2006 19:18:02 -0400 Received: from baumbart.mbo (dslb-084-063-021-090.pools.arcor-ip.net [84.63.21.90]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id B789735C1B7; Sun, 14 May 2006 01:17:58 +0200 (CEST) Date: Sun, 14 May 2006 01:18:13 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1771237045.20060514011813@marcus-boerger.de> To: Ron Korving Cc: internals@lists.php.net In-Reply-To: References: <785810036.20060511193536@ionzoft.com> <31.5F.19568.BD084644@pb1.pair.com> <4465FBED.8070205@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: private, protected, readonly, public From: helly@php.net (Marcus Boerger) Hello Ron, hehe, maybe confused with delphi or borlands c++ additons? Speaking of which before we add 'readonly' we should go for full property support but on the other hand that might be a little bit too much until php is used with code generators and gui designers where code inspectors execute and manipulate source/code while developing. Ups wrong tool.... regards marcus Saturday, May 13, 2006, 8:52:39 PM, you wrote: > My bad, you are absolutely right, I must be confused with another language, > but I wonder which one.... odd. > Ron > "Hartmut Holzgraefe" wrote in message > news:4465FBED.8070205@php.net... >> Ron Korving wrote: >> > In C++ you'd use private for this. All object members are readable, ... >> >> Could you elaborate on this? >> >> -- >> Hartmut Holzgraefe, Senior Support Engineer . >> MySQL AB, www.mysql.com >> >> Are you certified? http://www.mysql.com/training/certification Best regards, Marcus