<?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: ORM ORLY?</title>
	<atom:link href="http://nocarrier.co.uk/2009/11/orm-orly/feed/" rel="self" type="application/rss+xml" />
	<link>http://nocarrier.co.uk/2009/11/orm-orly/</link>
	<description>PHP and some other bits...</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:31:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: blongden</title>
		<link>http://nocarrier.co.uk/2009/11/orm-orly/comment-page-1/#comment-353</link>
		<dc:creator>blongden</dc:creator>
		<pubDate>Sat, 21 Nov 2009 18:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://nocarrier.co.uk/?p=34#comment-353</guid>
		<description>Yeah I find it quite an interesting problem - I think active record is what I am looking for - though the Doctrine 2 stuff sounds good. If nothing else, writing this has made me think about it a bit more :-)</description>
		<content:encoded><![CDATA[<p>Yeah I find it quite an interesting problem &#8211; I think active record is what I am looking for &#8211; though the Doctrine 2 stuff sounds good. If nothing else, writing this has made me think about it a bit more <img src='http://nocarrier.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juozas</title>
		<link>http://nocarrier.co.uk/2009/11/orm-orly/comment-page-1/#comment-352</link>
		<dc:creator>Juozas</dc:creator>
		<pubDate>Sat, 21 Nov 2009 18:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://nocarrier.co.uk/?p=34#comment-352</guid>
		<description>It&#039;s just how ActiveRecord works :) 

Doctrine 2.0 (http://www.slideshare.net/jwage/doctrine-2-enterprise-persistence-layer-for-php) will have a completely different approach - model&#039;s will be just classes and data will be inserted/saved/deleted using a different object (entityMapper I think, http://martinfowler.com/eaaCatalog/dataMapper.html). 

There are quite a few options available, most of them are here: http://martinfowler.com/eaaCatalog/. 

I&#039;m very much looking forward to the new version of Doctrine, because after I tried implementing a Row Data Gateway, I realized that I was spending way to much time on implementation (testing, fixing, extending etc.) and switched to Doctrine because I needed something ready to use.</description>
		<content:encoded><![CDATA[<p>It&#8217;s just how ActiveRecord works <img src='http://nocarrier.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Doctrine 2.0 (<a href="http://www.slideshare.net/jwage/doctrine-2-enterprise-persistence-layer-for-php" rel="nofollow">http://www.slideshare.net/jwage/doctrine-2-enterprise-persistence-layer-for-php</a>) will have a completely different approach &#8211; model&#8217;s will be just classes and data will be inserted/saved/deleted using a different object (entityMapper I think, <a href="http://martinfowler.com/eaaCatalog/dataMapper.html)" rel="nofollow">http://martinfowler.com/eaaCatalog/dataMapper.html)</a>. </p>
<p>There are quite a few options available, most of them are here: <a href="http://martinfowler.com/eaaCatalog/" rel="nofollow">http://martinfowler.com/eaaCatalog/</a>. </p>
<p>I&#8217;m very much looking forward to the new version of Doctrine, because after I tried implementing a Row Data Gateway, I realized that I was spending way to much time on implementation (testing, fixing, extending etc.) and switched to Doctrine because I needed something ready to use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
