<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP get namespaces</title>
	<atom:link href="http://www.brainfault.com/2007/07/14/php-get-namespaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainfault.com/2007/07/14/php-get-namespaces/</link>
	<description>Just another blog</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:40:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: okworld</title>
		<link>http://www.brainfault.com/2007/07/14/php-get-namespaces/comment-page-1/#comment-5</link>
		<dc:creator>okworld</dc:creator>
		<pubDate>Wed, 18 Jul 2007 19:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/14/php-get-namespaces/#comment-5</guid>
		<description>The main advantage of using namespaces is to avoid naming collision. For example suppose that you work with the class DB from PEAR and for whatever reason you want to use the class DB written by yourself you&#039;ll get in trouble quickly when you need to include the 2 classes, here come the role of namespaces . This is especially useful when you work with frameworks and components or SPL and they help to organize the code.</description>
		<content:encoded><![CDATA[<p>The main advantage of using namespaces is to avoid naming collision. For example suppose that you work with the class DB from PEAR and for whatever reason you want to use the class DB written by yourself you&#8217;ll get in trouble quickly when you need to include the 2 classes, here come the role of namespaces . This is especially useful when you work with frameworks and components or SPL and they help to organize the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kow</title>
		<link>http://www.brainfault.com/2007/07/14/php-get-namespaces/comment-page-1/#comment-4</link>
		<dc:creator>kow</dc:creator>
		<pubDate>Wed, 18 Jul 2007 13:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainfault.com/2007/07/14/php-get-namespaces/#comment-4</guid>
		<description>Hi,

Why namespaces are better than just icluding a database class? It is just fog grouping, or what?

How can I get advantage of namespaces?

Thanks,
A php4 programmer</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Why namespaces are better than just icluding a database class? It is just fog grouping, or what?</p>
<p>How can I get advantage of namespaces?</p>
<p>Thanks,<br />
A php4 programmer</p>
]]></content:encoded>
	</item>
</channel>
</rss>
