<?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 Namespace Update</title>
	<atom:link href="http://www.willfitch.com/php-namespace-update.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.willfitch.com/php-namespace-update.html</link>
	<description>programming, techniques and other stuff I like</description>
	<lastBuildDate>Fri, 14 May 2010 00:40:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tire</title>
		<link>http://www.willfitch.com/php-namespace-update.html/comment-page-1#comment-9271</link>
		<dc:creator>Tire</dc:creator>
		<pubDate>Sat, 28 Nov 2009 08:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/?p=105#comment-9271</guid>
		<description>You can add VB.Net too

Method access: foo.bar()
Static method access: Foo.bar()
Namespace access: Foo.bar.baz()

LOLX i was writing a custom PHP semi-framework-semi-templating engine and thought about namespaces. searched and found this site... lol i guess i&#039;d forget about using namespaces then.. thanks for the info</description>
		<content:encoded><![CDATA[<p>You can add VB.Net too</p>
<p>Method access: foo.bar()<br />
Static method access: Foo.bar()<br />
Namespace access: Foo.bar.baz()</p>
<p>LOLX i was writing a custom PHP semi-framework-semi-templating engine and thought about namespaces. searched and found this site&#8230; lol i guess i&#8217;d forget about using namespaces then.. thanks for the info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebboon</title>
		<link>http://www.willfitch.com/php-namespace-update.html/comment-page-1#comment-4642</link>
		<dc:creator>Sebboon</dc:creator>
		<pubDate>Sat, 24 Jan 2009 08:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/?p=105#comment-4642</guid>
		<description>You can add ActionScript3

AS3 :
Attribute/Method access: foo.bar
Static method access: Foo.bar
Package access: foo.bar.baz

I was writing a MDA PHP framework with the use of namespace, and I thought that the &quot;::&quot; separator sucks but the &quot;\&quot; separator is pointlessness.....

I will take a look over Python ;D</description>
		<content:encoded><![CDATA[<p>You can add ActionScript3</p>
<p>AS3 :<br />
Attribute/Method access: foo.bar<br />
Static method access: Foo.bar<br />
Package access: foo.bar.baz</p>
<p>I was writing a MDA PHP framework with the use of namespace, and I thought that the &#8220;::&#8221; separator sucks but the &#8220;\&#8221; separator is pointlessness&#8230;..</p>
<p>I will take a look over Python ;D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Fitch</title>
		<link>http://www.willfitch.com/php-namespace-update.html/comment-page-1#comment-4227</link>
		<dc:creator>Will Fitch</dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/?p=105#comment-4227</guid>
		<description>I feel your pain, my friend.  But i&#039;m not ready to give on PHP yet!</description>
		<content:encoded><![CDATA[<p>I feel your pain, my friend.  But i&#8217;m not ready to give on PHP yet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orgapolanko Detroit Rothschild</title>
		<link>http://www.willfitch.com/php-namespace-update.html/comment-page-1#comment-4226</link>
		<dc:creator>Orgapolanko Detroit Rothschild</dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/?p=105#comment-4226</guid>
		<description>Totally ILL. This finally is the last thing that kicked our whole work over to python, definitely. We are changing abou 20 old customer sites to python now, because ignorance and narrowmindedness of these php freaks. 

look here:

Java:
Attribute/Method access: foo.bar
Static method access:    Foo.bar
Package access:          foo.bar.baz

C#:
Attribute/Method access: foo.bar
Static method access:    Foo.bar
Namespace access:        foo.bar.baz

Python:
Attribute/Method access: foo.bar
Static method access:    Foo.bar
Module access:           foo.bar.baz

PHP:
Attribute/Method access: $foo-&gt;bar
Static method access:    Foo::bar
Namespace access:        foo\bar\baz</description>
		<content:encoded><![CDATA[<p>Totally ILL. This finally is the last thing that kicked our whole work over to python, definitely. We are changing abou 20 old customer sites to python now, because ignorance and narrowmindedness of these php freaks. </p>
<p>look here:</p>
<p>Java:<br />
Attribute/Method access: foo.bar<br />
Static method access:    Foo.bar<br />
Package access:          foo.bar.baz</p>
<p>C#:<br />
Attribute/Method access: foo.bar<br />
Static method access:    Foo.bar<br />
Namespace access:        foo.bar.baz</p>
<p>Python:<br />
Attribute/Method access: foo.bar<br />
Static method access:    Foo.bar<br />
Module access:           foo.bar.baz</p>
<p>PHP:<br />
Attribute/Method access: $foo-&gt;bar<br />
Static method access:    Foo::bar<br />
Namespace access:        foo\bar\baz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
