Message from discussion
Late static bindings
MIME-Version: 1.0
Received: by 10.100.216.12 with SMTP id o12mr987539ang.5.1246048814817; Fri,
26 Jun 2009 13:40:14 -0700 (PDT)
Date: Fri, 26 Jun 2009 13:40:14 -0700 (PDT)
X-IP: 82.67.200.50
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; fr-fr)
AppleWebKit/530.18 (KHTML, like Gecko) Version/4.0.1 Safari/530.18,gzip(gfe),gzip(gfe)
Message-ID: <410f2e2a-882a-4904-9761-5cb3a8ee3d76@f16g2000vbf.googlegroups.com>
Subject: Late static bindings
From: Sailor <salim.semao...@gmail.com>
To: doctrine-dev <doctrine-dev@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi all,
I know that Doctrine 2.0 is going to work with only one file per
model.
Is it possible that methods within the ModelTable class can be
declared as static methods (ActiveRecord-like) now that PHP 5.3
supports late static bindings ?