Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6024 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3635 invoked by uid 1010); 2 Dec 2003 22:12:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3610 invoked from network); 2 Dec 2003 22:12:05 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 2 Dec 2003 22:12:05 -0000 Received: from [10.21.1.187] (c38047.upc-c.chello.nl [212.187.38.47]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hB2MC1n9022834; Tue, 2 Dec 2003 23:12:01 +0100 Date: Tue, 2 Dec 2003 23:12:01 +0100 (CET) X-X-Sender: derick@localhost To: Christian Stocker cc: PHP Developers Mailing List In-Reply-To: <3FCD0D59.30705@bitflux.ch> Message-ID: References: <34245E0A-24F1-11D8-A17A-000393B2B3C0@omniti.com> <44B57A25-24F7-11D8-A17A-000393B2B3C0@omniti.com> <3FCD0D59.30705@bitflux.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] reflection api -> camelcaps From: derick@php.net (Derick Rethans) On Tue, 2 Dec 2003, Christian Stocker wrote: > > This raises my question of my the new Exception class uses CamelCaps instead > > of underscores? > > > > For instance, its methods are: getMessage(), getCode(), etc. > > > > I don't think any other built-in method or packaged extension does this. > > ext/dom and ext/xsl use camelCaps as well here it makes a bit sense because it's the Dom standard to do so and to have the possibility to point at the dom docs instead of forcing the developers to write documentation ;-) Derick