Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13099 invoked by uid 1010); 23 Mar 2004 15:36:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13067 invoked from network); 23 Mar 2004 15:36:49 -0000 Received: from unknown (HELO asuka.nerv) (24.100.195.79) by pb1.pair.com with SMTP; 23 Mar 2004 15:36:49 -0000 Received: (qmail 21269 invoked from network); 23 Mar 2004 15:36:52 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 23 Mar 2004 15:36:52 -0000 Reply-To: ilia@prohost.org To: internals@lists.php.net, Marcus Boerger Date: Tue, 23 Mar 2004 10:36:55 -0500 User-Agent: KMail/1.6.1 References: <1079935882.5524.0.camel@coogle.localdomain> <3065.204.64.28.150.1079996245.squirrel@mail.josheli.com> <170111701796.20040323001315@marcus-boerger.de> In-Reply-To: <170111701796.20040323001315@marcus-boerger.de> Organization: Prohost.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <200403231036.55849.ilia@prohost.org> Subject: Re: [PHP-DEV] Studlycaps and MySQLi From: ilia@prohost.org (Ilia Alshanetsky) First of I do not believe it is a good idea this late in the release cycle to change the API of the SQLite's OO interface, especially without a fallback mechanism. This change obsoletes all existing articles, tutorials, etc... and will definitely break scripts of early adopters, which would certainly not help further adoption of PHP and SQLite. I still maintain that studlyCaps is a poor choice for a naming convention, but that's another matter all together. If this change does stick, could we at least add aliases to SQLite that would allow the syntax (non-studlyCaps) to work. Ilia