Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41065 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20998 invoked from network); 15 Oct 2008 09:34:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2008 09:34:42 -0000 Authentication-Results: pb1.pair.com header.from=et@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=et@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 62.75.137.136 as permitted sender) X-PHP-List-Original-Sender: et@php.net X-Host-Fingerprint: 62.75.137.136 fuer-et.de Linux 2.5 (sometimes 2.4) (4) Received: from [62.75.137.136] ([62.75.137.136:53949] helo=eve.fuer-et.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/47-19544-F29B5F84 for ; Wed, 15 Oct 2008 05:34:42 -0400 Received: from lapalma.mis.informatik.tu-darmstadt.de (lapalma.mis.informatik.tu-darmstadt.de [130.83.165.195]) by eve.fuer-et.de (Postfix) with ESMTP id B9E1B158410 for ; Wed, 15 Oct 2008 11:34:35 +0200 (CEST) To: internals@lists.php.net Date: Wed, 15 Oct 2008 11:34:34 +0200 User-Agent: KMail/1.9.7 References: <3CF765DF-27AF-44FD-9ECF-BEBFC8A0AFCA@pooteeweet.org> <48F5A4D6.2080904@connectholland.nl> <48F5B4D9.3030109@lsces.co.uk> In-Reply-To: <48F5B4D9.3030109@lsces.co.uk> X-PGP-Key-URL: http://www.mis.informatik.tu-darmstadt.de/People/walk/ MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200810151134.34339.et@php.net> Subject: Re: [PHP-DEV] namespaces and alpha3 From: et@php.net (Stefan Walk) On Wednesday 15 October 2008 11:16:09 Lester Caine wrote: > THAT is probably why I am asking the question? And may well be key to my > understanding why converting non OO code into OO code in PHP is so > problematic. When I was coding in CC++ more heavily libraries did not need > to be objects and the 'namespace' just wrapped the code OR the code was > built as an object. That is what I understand by a namespace, so perhaps I > do not understand why leaving out functions and constants is acceptable :( Uhm. Even the standard library in C++ has a lot of classes and objects in the std namespace. Boost in boost. Where did you get that notion of exclusive or? Regards, Stefan