Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19229 invoked by uid 1010); 25 Aug 2005 12:07:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19214 invoked from network); 25 Aug 2005 12:07:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2005 12:07:48 -0000 X-Host-Fingerprint: 64.233.184.202 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.202:38795] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 54/B9-28235-394BD034 for ; Thu, 25 Aug 2005 08:07:47 -0400 Received: by wproxy.gmail.com with SMTP id i31so1768wra for ; Thu, 25 Aug 2005 05:07:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bLHBusQxYBj5ZHg84GLBkn2PzLfkvAWBjWZDBfLA54UubT+1t2QDZ4OEiJUkS9tmusA3uibJ1vX861zuwYBk3P1yhuh02+3t2PGMHURPSAO3sFZD+D1QkXWtmocRnFegzCgeizSe5Fb/s9UWR9pBEZN8tVvhpMFezaGTX0L6YYk= Received: by 10.54.51.42 with SMTP id y42mr1811346wry; Thu, 25 Aug 2005 05:07:41 -0700 (PDT) Received: by 10.54.7.6 with HTTP; Thu, 25 Aug 2005 05:07:41 -0700 (PDT) Message-ID: Date: Thu, 25 Aug 2005 15:07:41 +0300 To: internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Re: [PHP-DEV] Property Overloading RFC From: manchokapitancho@gmail.com (Marian Kostadinov) On 8/25/05, Derick Rethans wrote: > On Tue, 2 Aug 2005, Derick Rethans wrote: >=20 > > we're finding some problems with property overloading (__get() and > > __set()). Here is an RFC describing what we'd like to see changed. > > Please comment on this. >=20 > I updated the proposal: > http://files.derickrethans.nl/property_overloading.html >=20 > If nobody as any better idea on how to solve it I'd like to start > implementing it. >=20 > Derick >=20 > -- Derick Rethans eZ systems | http://ez.no >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >=20 This seems to be a good propals. IMO, it lacks just one thing - what about property with a pulbic getter and protected setter for example?