<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Mon, 20 Jun 2011 19:31:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4-alpha</generator>
	<item>
		<title>By: Josh on the Web &#187; Blog Archive &#187; Exploring PHP&#8217;s static scoping</title>
		<link>http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/comment-page-1/#comment-742329</link>
		<dc:creator>Josh on the Web &#187; Blog Archive &#187; Exploring PHP&#8217;s static scoping</dc:creator>
		<pubDate>Thu, 18 Mar 2010 21:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2006/01/09/zactiverecord-cant-work/#comment-742329</guid>
		<description>[...] PHP developers weren&#8217;t happy with the limitations of self; even Zend ran into it&#8217;s limitations. The lack of usable inheritance meant the utility of static methods was greatly reduced. Thankfully [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP developers weren&#8217;t happy with the limitations of self; even Zend ran into it&#8217;s limitations. The lack of usable inheritance meant the utility of static methods was greatly reduced. Thankfully [...]</p>
]]></content:encoded>
	</item>
	<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-page-1/#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-page-1/#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&amp;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-page-1/#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-page-1/#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-page-1/#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&#039; 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&#039;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-page-1/#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-page-1/#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-page-1/#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-page-1/#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>
</channel>
</rss>

