Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1541 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56851 invoked from network); 15 May 2003 17:38:20 -0000 Received: from unknown (HELO k162227.ppp.asahi-net.or.jp) (218.45.162.227) by pb1.pair.com with SMTP; 15 May 2003 17:38:20 -0000 Received: (qmail 763 invoked from network); 15 May 2003 17:38:18 -0000 Received: from unknown (HELO ?23.254.19.17?) (213.156.54.135) by ianwh.ian.cx with SMTP; 15 May 2003 17:38:18 -0000 Date: Thu, 15 May 2003 19:46:36 +0200 To: "Lukas Smith" Cc: In-Reply-To: <001501c31ad9$76f503a0$4d00a8c0@vandal> References: <001501c31ad9$76f503a0$4d00a8c0@vandal> Message-ID: <20030515194302.5855.MAXIM@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.05.10 Subject: Re: [PHP-DEV] PHP OO naming conventions From: maxim@php.net (Maxim Maletsky) On Thu, 15 May 2003 13:59:38 +0200 "Lukas Smith" wrote: > I would therefore propose to use studlyCaps as the CS for PHP OO APIs. > > Current: $foo->execute_query($query, $param); > New: $foo->executeQuery($query, $param); I personally don't really like studyCaps as any naming convention in PHP for two reasons: 1. PHP rarely uses it 2. Could be confusing for user just my own .02 cents -- Maxim Maletsky maxim@php.net