Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8701 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4491 invoked by uid 1010); 23 Mar 2004 20:15:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4406 invoked from network); 23 Mar 2004 20:15:28 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 23 Mar 2004 20:15:28 -0000 Received: from [192.168.1.105] (p508EB7BF.dip.t-dialin.net [80.142.183.191]) by shiva.mind.de (Postfix) with ESMTP id CAB9697B4F; Tue, 23 Mar 2004 21:15:30 +0100 (CET) Date: Tue, 23 Mar 2004 21:15:33 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <74187440234.20040323211533@marcus-boerger.de> To: John Coggeshall Cc: Georg Richter , George Schlossnagle , Edin Kadribasic , Marcus Boerger , PHP Internals In-Reply-To: <1080072351.14294.6.camel@coogle.localdomain> References: <1079935882.5524.0.camel@coogle.localdomain> <6BE1F003-7CD2-11D8-875C-000393B2B3C0@omniti.com> <1080050940.14199.11.camel@coogle.localdomain> <200403231858.57603.georg@php.net> <1080072351.14294.6.camel@coogle.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Studlycaps and MySQLi From: helly@php.net (Marcus Boerger) Hello John, Tuesday, March 23, 2004, 9:05:51 PM, you wrote: > On Tue, 2004-03-23 at 12:58, Georg Richter wrote: >> Sure, your book isn't ready yet. Would be interesting to know your opinion if >> it would be printed already. > Then I really wouldn't care. In either case, this entire thread is > getting completely pointless. I don't care if studlyCaps or > underscore_methods are used or not, I'd just like to see it be one or > the other. Since everyone seems to have a major problem changing SQLite > and MySQLi, perhaps for good reason -- what about just changing ext/tidy > back to underscore_methods? At least then we'd be consistent, and > probably wouldn't have as much of a negative impact as changing the > database extensions would. I already changed SQLite because as far as i know there were only two extensions left which didn't follow studlyCaps convention which we agreed upon twice so far - even though ppl pretend we hadn't. The only other extension i spotted so far not following studlyCaps is ming - and that at least doesn't use dashes and is still experimental. And to say it again, i bet only a handful of ppl are using mysqli's oo api right now but many ppl use things like __toString() already. Best regards, Marcus mailto:helly@php.net