<?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: Singletons: What can they teach us about PHP?</title>
	<atom:link href="http://joshduck.com/blog/2010/03/10/singletons-what-can-they-teach-us-about-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshduck.com/blog/2010/03/10/singletons-what-can-they-teach-us-about-php/</link>
	<description>It's a blog about the web, by Josh. Geddit?</description>
	<lastBuildDate>Mon, 31 Jan 2011 18:23:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Yoan</title>
		<link>http://joshduck.com/blog/2010/03/10/singletons-what-can-they-teach-us-about-php/comment-page-1/#comment-6494</link>
		<dc:creator>Yoan</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=91#comment-6494</guid>
		<description>The major problem with `new $class()` is that you cannot do a `call_user_func_array` on it, which would complete the few meta-programming that is possible in PHP. Having an empty constructor is a work-around of that problem though. Not nice but working.</description>
		<content:encoded><![CDATA[<p>The major problem with `new $class()` is that you cannot do a `call_user_func_array` on it, which would complete the few meta-programming that is possible in PHP. Having an empty constructor is a work-around of that problem though. Not nice but working.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

