Rene, no need to email me personally, please keep it on list.

If you have worked with Java then you should know the true reason for
using namespaces.  See my previous email to this topic for my
explanation.  Namespace collision is a large cause for software blowing
up when multiple programmers use their own objects from their toolkits
into one large project.

Namespaces are only for the use of Classes.  Unless we are talking XML
or other technologies.  As far as PHP, Java, VB(which uses namespaces
now), C++.

Regards,

Justin Palmer
IT Administrator
___________________________________
Council for Educational Travel, USA
1403 View Avenue
Centralia, WA 98531
USA


-----Original Message-----
From: -{ Rene Brehmer }- [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 29, 2004 3:11 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Namespaces in PHP


PHP don't, it don't even have variable scope unless you write everything
as 
classes ...

I'm learning C++ ... and I've yet to figure out what sensible point
there 
is in having namespaces ... coming from Basic and Java, it's just
pointless 
waste of time .... (I'm new to C++, but have been programming for 20
years 
in Basic, for 2 years in Java, 1½ year in PHP, and besides that
JavaScript, 
various LISP languages, and a little Pascal, so feel free to flame me
for 
something I just don't see the point it...)


Rene

At 23:01 29-03-2004, you wrote:
>Hi,
>
>I did not think that PHP supported namespaces?  I would love to see it 
>if it is possible.  What sparked my interest was this post:
>
>http://news.php.net/article.php?group=php.general&article=181728
>
><quote>
>There are lots of other things, of course. One method of learning about

>this would be to take every OO term (encapsulation, namespacing, etc.) 
>and find a really good explanation of the term.
></quote>
>
>Let me know.
>
>Kind regards,
>
>Justin Palmer

-- 
Rene Brehmer
aka Metalbunny

~ If you don't like what I have to say ... don't read it ~

http://metalbunny.net/
References, tools, and other useful stuff...

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to