Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98393 invoked by uid 1010); 21 Jan 2004 10:04:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98335 invoked from network); 21 Jan 2004 10:04:19 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 21 Jan 2004 10:04:19 -0000 Received: (qmail 24505 invoked from network); 21 Jan 2004 10:04:17 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by mail.zend.com with SMTP; 21 Jan 2004 10:04:17 -0000 Message-ID: <5.1.0.14.2.20040121120336.01f750c8@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 21 Jan 2004 12:04:16 +0200 To: John Coggeshall , PHP Internals In-Reply-To: <1074672039.14999.3.camel@coogle.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Tidy, CS, OO, Vote From: andi@zend.com (Andi Gutmans) References: <1074672039.14999.3.camel@coogle.localdomain> Go ahead with it. Please commit it. I hope Sascha will relax with another one of his holy wars. Andi At 03:00 AM 1/21/2004 -0500, John Coggeshall 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? >*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/ >-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=- > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php