<?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>Debug blog &#187; object</title>
	<atom:link href="http://blog.debug.cz/tag/object/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.debug.cz</link>
	<description>Just another nerd gets his blog...</description>
	<lastBuildDate>Fri, 12 Nov 2010 16:55:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Initializing objects from other objects in PHP</title>
		<link>http://blog.debug.cz/php/initializing-objects-from-other-objects-in-php</link>
		<comments>http://blog.debug.cz/php/initializing-objects-from-other-objects-in-php#comments</comments>
		<pubDate>Tue, 25 Nov 2008 07:59:08 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[object]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=84</guid>
		<description><![CDATA[Sometimes we need to initialize an object based on another object. Typically, if we have a class MyClass and subclass MyExtendedClass with some additional functionality, we may need to turn a MyClass object into a MyExtendedClass object. How to do that easily in PHP? In OOP generally, that is handled by a second constructor, which [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/php/initializing-objects-from-other-objects-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

