<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: ZActiveRecord can&#8217;t work?</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Sun, 20 Jul 2008 11:26:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
		<item>
		<title>By: Über ein neues, halbes Feature in PHP 5.3 im WEBTEAM Weblog</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-306123</link>
		<dc:creator>Über ein neues, halbes Feature in PHP 5.3 im WEBTEAM Weblog</dc:creator>
		<pubDate>Sun, 18 Nov 2007 14:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-306123</guid>
		<description>[...] Martin Fowlers Entwurfsmuster Active Record, vor. Es wurde von einigen Bloggern sofort erkannt, dass dies mit PHP nicht umzusetzen ist. Das Problem ist eben, dass static binding in PHP kaputt [...]</description>
		<content:encoded><![CDATA[<p>[...] Martin Fowlers Entwurfsmuster Active Record, vor. Es wurde von einigen Bloggern sofort erkannt, dass dies mit PHP nicht umzusetzen ist. Das Problem ist eben, dass static binding in PHP kaputt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-225563</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Tue, 10 Jul 2007 05:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-225563</guid>
		<description>Here is my own version (Based on rails) php&#38;mysql ActiveRecord pattern. Hope you like it.
http://www.komdev.com.ar/</description>
		<content:encoded><![CDATA[<p>Here is my own version (Based on rails) php&amp;mysql ActiveRecord pattern. Hope you like it.<br />
<a href="http://www.komdev.com.ar/" rel="nofollow">http://www.komdev.com.ar/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chazmeyers.com/blog &#187; Broken static methods in PHP make me sad.</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-169594</link>
		<dc:creator>chazmeyers.com/blog &#187; Broken static methods in PHP make me sad.</dc:creator>
		<pubDate>Tue, 20 Mar 2007 18:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-169594</guid>
		<description>[...] It seems I&#8217;m not the only person who was saddened by this. [...]</description>
		<content:encoded><![CDATA[<p>[...] It seems I&#8217;m not the only person who was saddened by this. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lineage2</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-90871</link>
		<dc:creator>lineage2</dc:creator>
		<pubDate>Fri, 15 Dec 2006 18:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-90871</guid>
		<description>ow the hell are you going to mock out persistence for testing, for example?</description>
		<content:encoded><![CDATA[<p>ow the hell are you going to mock out persistence for testing, for example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Made Media Ltd &#187; ActiveRecord Angst&#8230; ReActivated.</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-55878</link>
		<dc:creator>Made Media Ltd &#187; ActiveRecord Angst&#8230; ReActivated.</dc:creator>
		<pubDate>Fri, 10 Nov 2006 11:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-55878</guid>
		<description>[...] The thing I admire most about Rails' ActiveRecord is the total clarity with which sub-classes represent the database table, and instances of those classes represent a row in that table. For well documented reasons, PHP5 still can't pull off this representation, and so most attempts use workarounds that kind of get there in the end, but sacrifice all of the Ruby elegance along the way. [...]</description>
		<content:encoded><![CDATA[<p>[...] The thing I admire most about Rails&#8217; ActiveRecord is the total clarity with which sub-classes represent the database table, and instances of those classes represent a row in that table. For well documented reasons, PHP5 still can&#8217;t pull off this representation, and so most attempts use workarounds that kind of get there in the end, but sacrifice all of the Ruby elegance along the way. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madeblog &#187; ActiveRecord Angst&#8230; ReActivated.</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-55202</link>
		<dc:creator>Madeblog &#187; ActiveRecord Angst&#8230; ReActivated.</dc:creator>
		<pubDate>Wed, 08 Nov 2006 15:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-55202</guid>
		<description>[...] The thing I admire most about Rails&#8217; ActiveRecord is the total clarity with which sub-classes represent the database table, and instances of those classes represent a row in that table. For well documented reasons, PHP5 still can&#8217;t pull off this representation, and so most attempts use workarounds that kind of get there in the end, but sacrifice all of the Ruby elegance along the way. [...]</description>
		<content:encoded><![CDATA[<p>[...] The thing I admire most about Rails&#8217; ActiveRecord is the total clarity with which sub-classes represent the database table, and instances of those classes represent a row in that table. For well documented reasons, PHP5 still can&#8217;t pull off this representation, and so most attempts use workarounds that kind of get there in the end, but sacrifice all of the Ruby elegance along the way. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madeblog &#187; Blog Archive &#187; ActiveRecord Angst&#8230; ReActivated.</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-5989</link>
		<dc:creator>Madeblog &#187; Blog Archive &#187; ActiveRecord Angst&#8230; ReActivated.</dc:creator>
		<pubDate>Sat, 04 Mar 2006 17:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-5989</guid>
		<description>[...] The thing I admire most about Rails&#8217; ActiveRecord is the total clarity with which sub-classes represent the database table, and instances of those classes represent a row in that table. For well documented reasons, PHP5 still can&#8217;t pull off this representation, and so most attempts use workarounds that kind of get there in the end, but sacrifice all of the Ruby elegance along the way. [...]</description>
		<content:encoded><![CDATA[<p>[...] The thing I admire most about Rails&#8217; ActiveRecord is the total clarity with which sub-classes represent the database table, and instances of those classes represent a row in that table. For well documented reasons, PHP5 still can&#8217;t pull off this representation, and so most attempts use workarounds that kind of get there in the end, but sacrifice all of the Ruby elegance along the way. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-5837</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Fri, 24 Feb 2006 17:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-5837</guid>
		<description>dgx: As hacks go its not a bad one.</description>
		<content:encoded><![CDATA[<p>dgx: As hacks go its not a bad one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgx</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-5832</link>
		<dc:creator>dgx</dc:creator>
		<pubDate>Fri, 24 Feb 2006 12:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-5832</guid>
		<description>Another solution (or agonized workaround?)  http://www.sitepoint.com/forums/showthread.php?t=325685</description>
		<content:encoded><![CDATA[<p>Another solution (or agonized workaround?)  <a href="http://www.sitepoint.com/forums/showthread.php?t=325685" rel="nofollow">http://www.sitepoint.com/forums/showthread.php?t=325685</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Digital Sandwich</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-5822</link>
		<dc:creator>Digital Sandwich</dc:creator>
		<pubDate>Fri, 24 Feb 2006 00:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-5822</guid>
		<description>&lt;strong&gt;Late Static Binding in PHP...&lt;/strong&gt;

I have just sent an e-mail to the internals list for PHP that implements late static binding. Many of you probably remember hearing about all of this a few months ago not too long after the Zend Framework webcast where they showed off an API that appea...</description>
		<content:encoded><![CDATA[<p><strong>Late Static Binding in PHP&#8230;</strong></p>
<p>I have just sent an e-mail to the internals list for PHP that implements late static binding. Many of you probably remember hearing about all of this a few months ago not too long after the Zend Framework webcast where they showed off an API that appea&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
