Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63361 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27915 invoked from network); 12 Oct 2012 08:07:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2012 08:07:11 -0000 Authentication-Results: pb1.pair.com header.from=bschussek@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bschussek@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: bschussek@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yh0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:60603] helo=mail-yh0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/A3-06472-CAFC7705 for ; Fri, 12 Oct 2012 04:07:09 -0400 Received: by mail-yh0-f42.google.com with SMTP id o21so852040yho.29 for ; Fri, 12 Oct 2012 01:07:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=5LG0ZebjSBKO7kG03z9fUHm9iluyDUnHbmHXduHw7Dg=; b=hKslA/EgnyRNjufwjr0TY9bL0lrJBMXTMhoA74q1FaInZQ2y5+IcuIacfBllXYxpVZ bZi7LpvtMaXmsBEkHiOipq82gcUJXUzoXZ/CwEq4Ju4ctcNlERCOIfZqvh/ByVYUgZwn qOPVuGVfLu9jjs0w0kZaJM1QcSlWq2ZOCrTxOmyJ5JaPX0ZF8Do0CXcMS80mgbDH8KG/ SuYY6BekJ3N0cD4WKsD/s/gRZi0OozOJH1NL9CUXcjJdak+EdavPcpkU7OBelwjXoFKe uzMEVw0Mk67knXPXtlA8zOL/kYTTJ+PYrb33BfG8nqYF5fMElQFyyqe0F6Dt9x+l9Xhw 92Jw== Received: by 10.236.118.16 with SMTP id k16mr3538502yhh.66.1350029225881; Fri, 12 Oct 2012 01:07:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.129.8 with HTTP; Fri, 12 Oct 2012 01:06:35 -0700 (PDT) In-Reply-To: <9570D903A3BECE4092E924C2985CE485612B53E4@MBX202.domain.local> References: <9570D903A3BECE4092E924C2985CE485612B53E4@MBX202.domain.local> Date: Fri, 12 Oct 2012 10:06:35 +0200 Message-ID: To: Clint Priest Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 From: bschussek@gmail.com (Bernhard Schussek) Hi Clint, I would like to urge you again to consider implementing the array access methods. Without that, this very neat feature becomes essentially unusable for modelling one-to-many, many-to-one and many-to-many object relations, as I tried to explain in the previous topic. Objects and relations between them are the most primitive building block of OO design, so I regard this as highly important. Thanks, Bernhard