Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17518 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9911 invoked by uid 1010); 3 Aug 2005 21:36:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9896 invoked from network); 3 Aug 2005 21:36:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2005 21:36:15 -0000 X-Host-Fingerprint: 69.15.229.169 unknown Received: from ([69.15.229.169:12624] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id FC/7B-04646-FC831F24 for ; Wed, 03 Aug 2005 17:36:15 -0400 Message-ID: To: internals@lists.php.net Reply-To: "l0t3k" References: Date: Wed, 3 Aug 2005 17:37:33 -0400 Lines: 8 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Posted-By: 69.15.229.169 Subject: Re: [PATCH] Namespace Patch, Beta 1 From: cshmoove@hotmail.com ("l0t3k") Jesse, another thing to consider (if you havent already) is extension support. IOW, how do i place my extension-created class into a namespace. Is this as simple as declaring the class name as Ns:Class ? l0t3k