Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6154 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54517 invoked by uid 1010); 3 Dec 2003 22:25:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54492 invoked from network); 3 Dec 2003 22:25:58 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 3 Dec 2003 22:25:58 -0000 Received: (qmail 25773 invoked by uid 501); 3 Dec 2003 22:25:57 -0000 Received: from unknown (HELO fragrance) (217.160.72.104) by kdserv.de with SMTP; 3 Dec 2003 22:25:57 -0000 Date: Wed, 3 Dec 2003 23:25:57 +0100 (CET) X-X-Sender: sas@fragrance To: Marcus Boerger cc: internals@lists.php.net In-Reply-To: <14693374390.20031203225151@marcus-boerger.de> Message-ID: References: <5.1.0.14.2.20031203223915.02f7fb00@127.0.0.1> <14693374390.20031203225151@marcus-boerger.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] StudlyCaps From: sascha@schumann.cx (Sascha Schumann) > 3rd using different naming conventions in procedural and oo code seems to be > a pro from my point of view, too. What is the perceived advantage here? Do you type "->" and immediately forgot what follows that? This really is no argument in the context of PHP (no implicit binding of functions) or Java (no global functions). - Sascha