Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7218 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22630 invoked by uid 1010); 21 Jan 2004 08:07:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22584 invoked from network); 21 Jan 2004 08:07:14 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 21 Jan 2004 08:07:14 -0000 Received: from [192.168.1.100] (p508EB701.dip.t-dialin.net [80.142.183.1]) by shiva.mind.de (Postfix) with ESMTP id 1F32197B64; Wed, 21 Jan 2004 09:07:13 +0100 (CET) Date: Wed, 21 Jan 2004 09:08:45 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <192-1709188171.20040121090845@marcus-boerger.de> To: John Coggeshall Cc: PHP Internals In-Reply-To: <1074672039.14999.3.camel@coogle.localdomain> References: <1074672039.14999.3.camel@coogle.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Tidy, CS, OO, Vote From: helly@php.net (Marcus Boerger) Hello John, Wednesday, January 21, 2004, 9:00:39 AM, you wrote: > 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? +1 > *please* no discussion, I just want to be done changing the API so the > documentation team can actually do something productive. -- Best regards, Marcus mailto:helly@php.net