Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8920 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25229 invoked by uid 1010); 3 Apr 2004 18:33:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25205 invoked from network); 3 Apr 2004 18:33:04 -0000 Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.177) by pb1.pair.com with SMTP; 3 Apr 2004 18:33:04 -0000 Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1B9px1-0001UA-00; Sat, 03 Apr 2004 20:33:03 +0200 Received: from [80.139.19.186] (helo=[80.139.19.186]) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1B9px1-0006Av-00; Sat, 03 Apr 2004 20:33:03 +0200 To: Jochem Maas Cc: internals@lists.php.net In-Reply-To: <406EFBB6.2020604@iamjochem.com> References: <406EFBB6.2020604@iamjochem.com> Content-Type: text/plain Message-ID: <1081016906.4544.11.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 03 Apr 2004 20:28:26 +0200 Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:e958292ea7b1c44e51b2b9ca0a9da460 Subject: Re: [PHP-DEV] Reflection API: studlyCaps v. underscores? From: thekid@thekid.de (Timm Friebe) On Sat, 2004-04-03 at 20:00, Jochem Maas wrote: [...] > Having read all the posts on studlyCaps on this list, and understanding > that studlyCaps was the std. for all new OO APIs I found the following a > little odd: > > The documentation at > http://sitten-polizei.de/php/reflection_api/docs/language.reflection.html ...is kind of out-of-date. I wrote the docs [1] a while ago (sometime around July 2003, IIRC) and have been waiting for them to be integrated into the official PHP documentation ever since. [...] > Shows that the reflection api uses underscores? the build of php I use > confirms this also. > Is this intentional? (given that reflection is OO & new.) This was changed last week - the underscores have vanished. 1] DocBook XML is available at: http://sitten-polizei.de/php/reflection_api/reflection.xml - Timm