<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Broken static methods in PHP make me sad.</title>
	<link>http://www.chazmeyers.com/blog/2007/03/broken-static-methods-in-php-make-me-sad/</link>
	<description>BLOGTASTIC!</description>
	<pubDate>Fri, 30 Jul 2010 14:28:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: David</title>
		<link>http://www.chazmeyers.com/blog/2007/03/broken-static-methods-in-php-make-me-sad/#comment-305</link>
		<author>David</author>
		<pubDate>Wed, 30 Jan 2008 22:34:32 +0000</pubDate>
		<guid>http://www.chazmeyers.com/blog/2007/03/broken-static-methods-in-php-make-me-sad/#comment-305</guid>
					<description>I've recently released a php library similar to the ActiveRecord pattern. I've encountered the same problems as yours. The actual implementation is neither using the singleton nor the factory pattern (well, to be honest, i have a factory utils class which is not published and not required, but which i use in my project). Instead, i use instance array variables to configure the db objects. The advantage is that each instance could overwrite its own configuration.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently released a php library similar to the ActiveRecord pattern. I&#8217;ve encountered the same problems as yours. The actual implementation is neither using the singleton nor the factory pattern (well, to be honest, i have a factory utils class which is not published and not required, but which i use in my project). Instead, i use instance array variables to configure the db objects. The advantage is that each instance could overwrite its own configuration.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
