<?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: Snippet: Autoloading Objects (PHP 5)</title>
	<atom:link href="http://www.ultramegatech.com/2009/05/snippet-autoloading-objects-php-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/2009/05/snippet-autoloading-objects-php-5/</link>
	<description>Web development blog</description>
	<lastBuildDate>Wed, 11 Apr 2012 03:57:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pico RG</title>
		<link>http://www.ultramegatech.com/2009/05/snippet-autoloading-objects-php-5/comment-page-1/#comment-380</link>
		<dc:creator>Pico RG</dc:creator>
		<pubDate>Sat, 10 Oct 2009 07:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=387#comment-380</guid>
		<description>Nice, short and easy just like many people like it, thanks</description>
		<content:encoded><![CDATA[<p>Nice, short and easy just like many people like it, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Tips for Writing Cleaner PHP Code &#124; UltraMega</title>
		<link>http://www.ultramegatech.com/2009/05/snippet-autoloading-objects-php-5/comment-page-1/#comment-49</link>
		<dc:creator>5 Tips for Writing Cleaner PHP Code &#124; UltraMega</dc:creator>
		<pubDate>Tue, 16 Jun 2009 20:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=387#comment-49</guid>
		<description>[...] One more tip to add here is to store each class in a separate file. This way you can edit specific functionality by editing that file without being distracted by unrelated code. To make this easier, you can autoload classes as they are called in your scripts (see: Autoloading Objects). [...]</description>
		<content:encoded><![CDATA[<p>[...] One more tip to add here is to store each class in a separate file. This way you can edit specific functionality by editing that file without being distracted by unrelated code. To make this easier, you can autoload classes as they are called in your scripts (see: Autoloading Objects). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

