<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>shesek &#187; chainable</title>
	<atom:link href="http://www.shesek.info/tag/chainable/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shesek.info</link>
	<description>Just another web developer blog</description>
	<lastBuildDate>Thu, 18 Aug 2011 04:39:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>My implementation of PHP Chainable</title>
		<link>http://www.shesek.info/php/my-implementation-of-php-chainable</link>
		<comments>http://www.shesek.info/php/my-implementation-of-php-chainable#comments</comments>
		<pubDate>Tue, 02 Mar 2010 21:49:28 +0000</pubDate>
		<dc:creator>shesek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[chainable]]></category>
		<category><![CDATA[method chainability]]></category>
		<category><![CDATA[php chainable]]></category>

		<guid isPermaLink="false">http://www.shesek.info/?p=177</guid>
		<description><![CDATA[I needed a way to use method chainability on objects without having to modify the actual class (e.g. extending some Chainable class or implementing one) and without having to &#8220;return $this&#8221; on every method. I came up with, what I believe to be, an elegant simple solution &#8211; a generic approach that can be used [...]]]></description>
		<wfw:commentRss>http://www.shesek.info/php/my-implementation-of-php-chainable/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

