Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7217 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15696 invoked by uid 1010); 21 Jan 2004 08:00:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15671 invoked from network); 21 Jan 2004 08:00:49 -0000 Received: from unknown (HELO sccrmhc12.comcast.net) (204.127.202.56) by pb1.pair.com with SMTP; 21 Jan 2004 08:00:49 -0000 Received: from coogle.localdomain (pcp02905316pcs.roylok01.mi.comcast.net[68.62.1.1]) by comcast.net (sccrmhc12) with SMTP id <20040121080049012004sq19e>; Wed, 21 Jan 2004 08:00:49 +0000 To: PHP Internals Content-Type: text/plain Message-ID: <1074672039.14999.3.camel@coogle.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 21 Jan 2004 03:00:39 -0500 Content-Transfer-Encoding: 7bit Subject: Tidy, CS, OO, Vote From: john@coggeshall.org (John Coggeshall) Alright.. I've got a patch sitting here on my laptop that converts all of the OO syntax in the tidy extension into studlyCaps. I.e. $tidy = tidy_parse_file(); or $tidy = new tidy(); $tidy->parse_file(); Will become.. $tidy = tidy_parse_file() or $tidy = new tidy(); $tidy->parseFile(); Although my *personal* preference here is to maintain the current use of underscores (since it is consistent with the procedural API).. as far as PHP 5 goes itself I don't really have an opinion. I'm willing to apply this patch, but before I do can I please get a +1 -1 vote on this? *please* no discussion, I just want to be done changing the API so the documentation team can actually do something productive. John -- -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=- John Coggeshall http://www.coggeshall.org/ The PHP Developer's Handbook http://www.php-handbook.com/ -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-