Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6259 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74835 invoked by uid 1010); 6 Dec 2003 20:14:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74771 invoked by uid 1007); 6 Dec 2003 20:14:15 -0000 Message-ID: <20031206201414.74769.qmail@pb1.pair.com> To: internals@lists.php.net References: <5.1.0.14.2.20031203223915.02f7fb00@127.0.0.1> <62044F50-25D3-11D8-A17A-000393B2B3C0@omniti.com> Date: Sat, 6 Dec 2003 18:14:16 -0200 Lines: 19 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 200.196.104.198 Subject: Re: [PHP-DEV] StudlyCaps From: cunha17@uol.com.br ("Cristiano Duarte") I'm using double-underscores "__" to make autoloading of "fake packages" = possible. An example with StudlyCaps: org__phporb__compiler__IdlCompiler With underscores: org__phporb__compiler__idl_compiler I guess the first is better but I can live with the second. IMHO we shouldn't have exceptions. If the DOM extension (and many = others) must use StudlyCaps (because of W3C specifications), all OO-based = extension or code should use too. We can live with a CS for procedural and other CS for OOP. Cristiano Duarte