Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24775 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66311 invoked by uid 1010); 20 Jul 2006 21:03:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66295 invoked from network); 20 Jul 2006 21:03:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 21:03:12 -0000 X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:47267] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 2D/1C-29121-E8FEFB44 for ; Thu, 20 Jul 2006 17:03:11 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.6/8.12.11) with ESMTP id k6KL30nA005725; Thu, 20 Jul 2006 23:03:01 +0200 Date: Thu, 20 Jul 2006 23:01:25 +0200 (CEST) X-X-Sender: derick@localhost To: Pierre cc: Marcus Boerger , Jani Taskinen , internals@lists.php.net In-Reply-To: Message-ID: References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: derick@php.net (Derick Rethans) On Thu, 20 Jul 2006, Pierre wrote: > > where > > possible. Each word in the class name should start with a capital > > letter, > > without underscore delimiters (CampelCaps starting with a capital > > letter). > > The class name should be prefixed with the name of the 'parent set' > > (e.g. > > the name of the extension). > > > > Good: > > 'Curl' > > Curl is good but not Zip? Should I use ZipZip? Come one, it is ridiculuous. It is, but alternatives such as ZipFile, ZipArchive can work just as well. IMO the classnames should be nouns... and what does "Zip" itself really say? Derick