Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38018 invoked by uid 1010); 30 Jul 2007 18:57:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38003 invoked from network); 30 Jul 2007 18:57:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2007 18:57:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=will.fitch@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=will.fitch@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: will.fitch@gmail.com X-Host-Fingerprint: 209.85.128.191 fk-out-0910.google.com Received: from [209.85.128.191] ([209.85.128.191:63823] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/02-26552-F843EA64 for ; Mon, 30 Jul 2007 14:57:20 -0400 Received: by fk-out-0910.google.com with SMTP id f33so207800fkf for ; Mon, 30 Jul 2007 11:57:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=OkePctvO2HOp4vF0IjgsUuDeRf7t3mOy3655wmT5RjBPG7OswVDUg5ufLGpkADb0AnLSWqrONoHamAGYeCiSgHKpjgl5wt44XQwfVmjDnRbUPmA7Ie/8S1qnj04JlfWs45r6foylITqnKeyy1biu/aIIp5eS+lyllszFTqhP2b0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=L2jWZNLLm42doQ3B8kljYXLUPYobFqou6StwbKRucdUO3MgpUJdLIGvwY4oYIgxhz10jCUEgL8rsxAb7aEUc9p8ADR5kM0m3ligPg9O+japdQd6B1mcC65YFxesmovzDXL17MRAb8GjJxYWZt/xu3HUWqF8aufAREPlhBoQhLVo= Received: by 10.82.100.1 with SMTP id x1mr4765388bub.1185821837145; Mon, 30 Jul 2007 11:57:17 -0700 (PDT) Received: by 10.82.149.5 with HTTP; Mon, 30 Jul 2007 11:57:16 -0700 (PDT) Message-ID: <391ce48b0707301157j6e4c3918jf8863af1f5d92287@mail.gmail.com> Date: Mon, 30 Jul 2007 13:57:17 -0500 To: "Marcus Boerger" Cc: internals@lists.php.net In-Reply-To: <1499678481.20070730204752@marcus-boerger.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21231_24769043.1185821837107" References: <46a7dad5.0488240a.5521.fffff751@mx.google.com> <1499678481.20070730204752@marcus-boerger.de> Subject: Re: [PHP-DEV] Log4P Project Class Names From: will.fitch@gmail.com ("Will Fitch") ------=_Part_21231_24769043.1185821837107 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks, Marcus. I finally found this documentation on PECL by using Google site:pecl.php.net. I appreciate the insight. On 7/30/07, Marcus Boerger wrote: > > Hello Will, > > > our CODING_STANDARDS says: Classes should be given descriptive > names...Each word should start with a capital letter...without > underscores...The class name should be prefixed with the 'parent set' (e.g. > the name of the extension)). > > > -> Log4PLogger or Log4pLogger > > > marcus > > > Thursday, July 26, 2007, 1:20:46 AM, you wrote: > > > > > > Hello All, > > > > I am continuing my Log4J implementation for PHP. There are some naming > conventions which I am concerned will cause existing userspace class issues. > If you are familiar with Log4J, the following example class names won't be > new to you: > > > > Agent > > Logger > > Appender > > Constants > > FileAppender > > > > And the list goes on. I have attached a text file with all 1.4specifications of log4j. I considered log4p_* as a prefix for all class > names, but I am concerned for Java developers moving to PHP who are familiar > with the standard already in place. > > > > If you have any insight into this issue, I would appreciate feedback. > > > > Thanks, > > > > Will Fitch > > Zend Certified Engineer > > > > > > Best regards, > > Marcus > -- Will Fitch Zend Certified Engineer 931.205.8427 ------=_Part_21231_24769043.1185821837107--