<?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 5.3 Dynamic Namespace Resolution</title>
	<atom:link href="https://rommelsantor.com/clog/2011/04/10/php-5-3-dynamic-namespace-resolution/feed/" rel="self" type="application/rss+xml" />
	<link>https://rommelsantor.com/clog/2011/04/10/php-5-3-dynamic-namespace-resolution/</link>
	<description>my exploits and misadventures in programming</description>
	<lastBuildDate>Wed, 18 Feb 2015 21:43:38 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2011/04/10/php-5-3-dynamic-namespace-resolution/comment-page-1/#comment-25431</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Wed, 21 Nov 2012 00:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=176#comment-25431</guid>
		<description><![CDATA[Excellent. Thanks for letting me know it was useful to you. :)]]></description>
		<content:encoded><![CDATA[<p>Excellent. Thanks for letting me know it was useful to you. <img src="https://rommelsantor.com/clog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary A Mort</title>
		<link>https://rommelsantor.com/clog/2011/04/10/php-5-3-dynamic-namespace-resolution/comment-page-1/#comment-25430</link>
		<dc:creator><![CDATA[Gary A Mort]]></dc:creator>
		<pubDate>Tue, 20 Nov 2012 22:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=176#comment-25430</guid>
		<description><![CDATA[Thanks for the tips!  I ran into this issue when I added a namespace to the Joomla! framework.  Initially I just added the __NAMESPACE__ constant to the loader...but as I dug deeper I found a lot of class_exists calls that this would not work for.

I pulled all your functions into part of the stub file and now it works great!
https://github.com/garyamort/packager]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tips!  I ran into this issue when I added a namespace to the Joomla! framework.  Initially I just added the __NAMESPACE__ constant to the loader&#8230;but as I dug deeper I found a lot of class_exists calls that this would not work for.</p>
<p>I pulled all your functions into part of the stub file and now it works great!<br />
<a href="https://github.com/garyamort/packager" rel="nofollow">https://github.com/garyamort/packager</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
