Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:8702 php.internals:8703 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67507 invoked by uid 1010); 23 Mar 2004 20:41:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67479 invoked by uid 1007); 23 Mar 2004 20:41:23 -0000 To: internals@lists.php.net, Marcus Boerger Message-ID: <4060A0F6.6080806@appliedsec.com> Date: Tue, 23 Mar 2004 15:41:26 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030807 X-Accept-Language: en-us, en MIME-Version: 1.0 CC: John Coggeshall , Georg Richter , George Schlossnagle , Edin Kadribasic , PHP Internals 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> <74187440234.20040323211533@marcus-boerger.de> In-Reply-To: <74187440234.20040323211533@marcus-boerger.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 206.112.93.146 Subject: Re: [PHP-DEV] Studlycaps and MySQLi From: hans@appliedsec.com (Hans Lellelid) Marcus Boerger wrote: > 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. > Heh -- yes, & I'd like to add that doing a find and replace on mysqli function names would be far, far easier than trying to track down all the places where I had used the implicit __toString() call through (string) casts and concatenation ... and echo/print ... (I'm sure I haven't found them all yet.) I also doubt that really anyone is using the mysqli OO API directly ... (I kinda would hope that people building PHP5 apps would be using some kind of db abstraction system, whether PDO or PHP-based.) just my [not-that-valuable] .02 Hans