<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: SPL autoloading in PHP</title>
	<link>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/</link>
	<description>Making a better life for web developer since 2006</description>
	<pubDate>Sun, 06 Jul 2008 12:38:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: PHP Weekly Reader - April 27th 2008 : phpaddiction</title>
		<link>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2751</link>
		<dc:creator>PHP Weekly Reader - April 27th 2008 : phpaddiction</dc:creator>
		<pubDate>Wed, 30 Apr 2008 06:38:10 +0000</pubDate>
		<guid>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2751</guid>
		<description>[...] SPL autoloading in PHP [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] SPL autoloading in PHP [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micheal Stevenson</title>
		<link>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2747</link>
		<dc:creator>Micheal Stevenson</dc:creator>
		<pubDate>Tue, 29 Apr 2008 13:25:15 +0000</pubDate>
		<guid>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2747</guid>
		<description>Good post - seen something similar here (http://blog.dougalmatthews.com/2008/04/php-__autoload/) but i think your approach is a bit better.</description>
		<content:encoded><![CDATA[<p>Good post - seen something similar here (http://blog.dougalmatthews.com/2008/04/php-__autoload/) but i think your approach is a bit better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Girouard</title>
		<link>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2726</link>
		<dc:creator>Mike Girouard</dc:creator>
		<pubDate>Mon, 21 Apr 2008 23:19:08 +0000</pubDate>
		<guid>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2726</guid>
		<description>This becomes incredibly useful for developers like myself who are stuck on 5.x installs without real namespaces (which won't be standard until 5.3 I believe).

function load($className) {
    require_once str_replace('_', DIRECTORY_SEPARATOR, $className);
}

spl_autoload_register('load');</description>
		<content:encoded><![CDATA[<p>This becomes incredibly useful for developers like myself who are stuck on 5.x installs without real namespaces (which won&#8217;t be standard until 5.3 I believe).</p>
<p>function load($className) {<br />
    require_once str_replace(&#8217;_', DIRECTORY_SEPARATOR, $className);<br />
}</p>
<p>spl_autoload_register(&#8217;load&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoda</title>
		<link>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2725</link>
		<dc:creator>yoda</dc:creator>
		<pubDate>Mon, 21 Apr 2008 20:09:00 +0000</pubDate>
		<guid>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2725</guid>
		<description>new feature? hm maybe back in 2005 but now its quite standard and everyone should allready be aware of it.</description>
		<content:encoded><![CDATA[<p>new feature? hm maybe back in 2005 but now its quite standard and everyone should allready be aware of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Herbert</title>
		<link>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2724</link>
		<dc:creator>Stuart Herbert</dc:creator>
		<pubDate>Mon, 21 Apr 2008 14:42:36 +0000</pubDate>
		<guid>http://blog.makemepulse.com/2008/04/21/spl-autoloading-in-php/#comment-2724</guid>
		<description>A simple tip, but a very useful one.  Many thanks for sharing!

Best regards,
Stu</description>
		<content:encoded><![CDATA[<p>A simple tip, but a very useful one.  Many thanks for sharing!</p>
<p>Best regards,<br />
Stu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
