<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>PHP Design Patterns</title>
	<link>http://www.phpdesignpatterns.com</link>
	<description>Tutorials and Examples of Design Patterns in PHP</description>
	<lastBuildDate>Tue, 23 Feb 2010 05:22:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Decorator Pattern Added</title>
		<description><![CDATA[What if you need to alter the functionality of a class method in some places without altering the original class? The Decorator pattern may be just what you&#8217;re looking for, and it comes with a bonus: you can chain object decorators together to add as many features as you need. As with other design patterns, [...]]]></description>
		<link>http://www.phpdesignpatterns.com/2009/09/decorator-pattern-added/</link>
			</item>
	<item>
		<title>Factory Pattern Added</title>
		<description><![CDATA[The Factory pattern helps you create one of a number of interchangeable patterns in a way that is easy to maintain and extend. One ideal use of the factory pattern is in the concept of drivers. Take, for instance, an application that has the capability to connect to several different types of database engines (MySQL, [...]]]></description>
		<link>http://www.phpdesignpatterns.com/2009/09/factory-pattern-added/</link>
			</item>
	<item>
		<title>Singleton Pattern Added</title>
		<description><![CDATA[Today&#8217;s design pattern is the Singleton pattern, which makes it impossible to have more than one instance of a class. Perhaps you have multiple places in your codebase that attempt to open a connection to the database. Without some controls, your code could open multiple connections to the same database. But with the Singleton pattern, [...]]]></description>
		<link>http://www.phpdesignpatterns.com/2009/09/added-singleton-pattern/</link>
			</item>
	<item>
		<title>Welcome</title>
		<description><![CDATA[Welcome to PHP Design Patterns. This site aims to provide information and tutorials for PHP developers looking to incorporate design patterns into their code. For more information, see our page What&#8217;s a Design Pattern?]]></description>
		<link>http://www.phpdesignpatterns.com/2009/09/welcome/</link>
			</item>
</channel>
</rss>

