Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15560 invoked by uid 1010); 14 Sep 2006 08:45:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15544 invoked from network); 14 Sep 2006 08:45:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2006 08:45:23 -0000 Received: from [127.0.0.1] ([127.0.0.1:25417]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 54/66-45066-3A619054 for ; Thu, 14 Sep 2006 04:45:23 -0400 X-Host-Fingerprint: 85.10.202.45 htmlbunker.de Received: from [85.10.202.45] ([85.10.202.45:3023] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/26-45066-0A219054 for ; Thu, 14 Sep 2006 04:28:51 -0400 Message-ID: <52.26.45066.0A219054@pb1.pair.com> To: internals@lists.php.net Date: Thu, 14 Sep 2006 10:28:13 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 References: <533945019@web.de> In-Reply-To: <533945019@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 85.10.202.45 Subject: Re: [PHP-DEV] PHP5 extensions: using existing functionnames as method From: joerg@schoppet.de (Joerg Schoppet) danhen@email.de wrote: >> primitive/common names is discouraged for non-core extensions >> -Sara > > So what could be a proper naming convention for such classes? > > My Idea is: > -PHPString > -PHPInteger/PHPInt > -... > > Any suggestion is welcome. > > Daniel To have a common naming I think at "ArrayObject" so: -StringObject -Int(eger)Object -...Object Joerg Schoppet