<?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>PhpScripter&#187; OOP</title>
	<atom:link href="http://www.phpscripter.info/tag/oop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpscripter.info</link>
	<description>Scripting PHP buzzword</description>
	<lastBuildDate>Thu, 19 Jun 2008 14:20:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Design Patterns &#8211; Factory Pattern</title>
		<link>http://www.phpscripter.info/2008/06/19/php-design-patterns-factory-pattern/</link>
		<comments>http://www.phpscripter.info/2008/06/19/php-design-patterns-factory-pattern/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:16:57 +0000</pubDate>
		<dc:creator>Stig Lindqvist</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpscripter.info/?p=13</guid>
		<description><![CDATA[The so called factory pattern is a pattern that creates other object for you, so you don&#8217;t manually instance them by using the new keyword.
Why do you want to do that? It&#8217;s not like there&#8217;s much work instantiate classes. Well, lets imagine that you have made a class Database that takes care of getting data [...]]]></description>
		<wfw:commentRss>http://www.phpscripter.info/2008/06/19/php-design-patterns-factory-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Design Patterns &#8211; Introduction</title>
		<link>http://www.phpscripter.info/2008/06/19/php-design-patterns-introduction/</link>
		<comments>http://www.phpscripter.info/2008/06/19/php-design-patterns-introduction/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:16:00 +0000</pubDate>
		<dc:creator>Stig Lindqvist</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpscripter.info/?p=12</guid>
		<description><![CDATA[Everyone that has been programming for a couple of years should at least heard the term &#8216;Design Pattern&#8217;. It is often referred to an idea how to solve  common Object Oriented problems.
Some common problems that arrived when OOP was introduced to the world of programmers was that people made God-classes, long extends and some [...]]]></description>
		<wfw:commentRss>http://www.phpscripter.info/2008/06/19/php-design-patterns-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
