<?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 in the PHP World</title>
	<atom:link href="http://maggienelson.com/2009/05/orm-in-the-php-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://maggienelson.com/2009/05/orm-in-the-php-world/</link>
	<description>databases and code goodness</description>
	<lastBuildDate>Thu, 28 Jan 2010 22:17:15 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ORM в мире PHP &#124; Блог веб-разработчика</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-657</link>
		<dc:creator>ORM в мире PHP &#124; Блог веб-разработчика</dc:creator>
		<pubDate>Thu, 22 Oct 2009 09:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-657</guid>
		<description>[...] Comprehensive list of the object relational mapping tools and frameworks. part one: php &#8226; ORM in the PHP World &#8226; ORM in PHP &#8226; PHP ActiveRecord with PHP 5.3 &#8226; LightOrm: Описание на [...]</description>
		<content:encoded><![CDATA[<p>[...] Comprehensive list of the object relational mapping tools and frameworks. part one: php &bull; ORM in the PHP World &bull; ORM in PHP &bull; PHP ActiveRecord with PHP 5.3 &bull; LightOrm: Описание на [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-487</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 06 Jun 2009 20:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-487</guid>
		<description>Can you post some more examples of Domain Objects with Data Mappers done in PHP. In your slides you said that this was your favorite technique. Thanks</description>
		<content:encoded><![CDATA[<p>Can you post some more examples of Domain Objects with Data Mappers done in PHP. In your slides you said that this was your favorite technique. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trophaeum</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-479</link>
		<dc:creator>Trophaeum</dc:creator>
		<pubDate>Thu, 04 Jun 2009 09:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-479</guid>
		<description>I am a propel dev so I am biased but we rarely use Creole anymore, we rely extremely heavily on PDO since 1.3 was released, seems it really got glossed over considering the amount you looked at, the Criteria example shown isn&#039;t valid either. Not that I mind, it&#039;s some publicity for Propel which people seem to be ignoring even when its a good solution but I dislike having incorrect information spread about it.</description>
		<content:encoded><![CDATA[<p>I am a propel dev so I am biased but we rarely use Creole anymore, we rely extremely heavily on PDO since 1.3 was released, seems it really got glossed over considering the amount you looked at, the Criteria example shown isn&#8217;t valid either. Not that I mind, it&#8217;s some publicity for Propel which people seem to be ignoring even when its a good solution but I dislike having incorrect information spread about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Graham</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-475</link>
		<dc:creator>Philip Graham</dc:creator>
		<pubDate>Wed, 03 Jun 2009 18:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-475</guid>
		<description>As a propel user I&#039;d like to point out that it no longer uses Creole.  It now uses PDO for it&#039;s database access.</description>
		<content:encoded><![CDATA[<p>As a propel user I&#8217;d like to point out that it no longer uses Creole.  It now uses PDO for it&#8217;s database access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Karwin</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-460</link>
		<dc:creator>Bill Karwin</dc:creator>
		<pubDate>Sat, 30 May 2009 16:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-460</guid>
		<description>&quot;...anything that has to do with the database is the ORM...&quot;

That&#039;s just not accurate, and saying it -- even informally -- only makes developers more confused than they already are about database programming.</description>
		<content:encoded><![CDATA[<p>&#8220;&#8230;anything that has to do with the database is the ORM&#8230;&#8221;</p>
<p>That&#8217;s just not accurate, and saying it &#8212; even informally &#8212; only makes developers more confused than they already are about database programming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggie</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-449</link>
		<dc:creator>maggie</dc:creator>
		<pubDate>Tue, 26 May 2009 15:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-449</guid>
		<description>Bill - I also prefer writing SQL whenever possible (it&#039;s not really that difficult!)  I tried to talk about the idea in the PHP world that anything that has to do with the database is the ORM (much like I sometimes get called a DBA even if I just write some SQL).  Classes that generate SQL are sometimes considered an ORM because, hey, there&#039;s objects AND tables in one class!  It must be ORM! :)  This definitely isn&#039;t the case, and I wanted to illustrate this by using a concrete example.

I&#039;ve very glad there seems to be a lot of interest about ORMs in PHP - I am very curious to see what the PHP community will come up with over time to solve this problem.  (Maybe we&#039;ll do away with relational databases altogether?  *gasp*)</description>
		<content:encoded><![CDATA[<p>Bill &#8211; I also prefer writing SQL whenever possible (it&#8217;s not really that difficult!)  I tried to talk about the idea in the PHP world that anything that has to do with the database is the ORM (much like I sometimes get called a DBA even if I just write some SQL).  Classes that generate SQL are sometimes considered an ORM because, hey, there&#8217;s objects AND tables in one class!  It must be ORM! :)  This definitely isn&#8217;t the case, and I wanted to illustrate this by using a concrete example.</p>
<p>I&#8217;ve very glad there seems to be a lot of interest about ORMs in PHP &#8211; I am very curious to see what the PHP community will come up with over time to solve this problem.  (Maybe we&#8217;ll do away with relational databases altogether?  *gasp*)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggie</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-448</link>
		<dc:creator>maggie</dc:creator>
		<pubDate>Tue, 26 May 2009 15:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-448</guid>
		<description>Joshua - I mentioned Symfony in the presentation specifically for this purpose: it uses an ORM as a plug-in instead of being one, which I thought was kind of unique among the available frameworks and worth mentioning.  Thanks for pointing it out, too!</description>
		<content:encoded><![CDATA[<p>Joshua &#8211; I mentioned Symfony in the presentation specifically for this purpose: it uses an ORM as a plug-in instead of being one, which I thought was kind of unique among the available frameworks and worth mentioning.  Thanks for pointing it out, too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kestas</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-444</link>
		<dc:creator>Kestas</dc:creator>
		<pubDate>Mon, 25 May 2009 13:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-444</guid>
		<description>Just what I was looking for. Brief overview of php orms :) Thanks!</description>
		<content:encoded><![CDATA[<p>Just what I was looking for. Brief overview of php orms :) Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis Zhang</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-439</link>
		<dc:creator>Lewis Zhang</dc:creator>
		<pubDate>Sun, 24 May 2009 13:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-439</guid>
		<description>Lewis from the CoughPHP team here. It&#039;s nice to see more interest in orm&#039;s for php.

You mention in your slides that CoughPHP is &quot;very light, very simple&quot; which is absolutely true—and we have worked very hard to keep it that way! But don&#039;t forget to check out some of our more advanced features like collections and code generation.

Drop me a line if I can be of any use to your writing.</description>
		<content:encoded><![CDATA[<p>Lewis from the CoughPHP team here. It&#8217;s nice to see more interest in orm&#8217;s for php.</p>
<p>You mention in your slides that CoughPHP is &#8220;very light, very simple&#8221; which is absolutely true—and we have worked very hard to keep it that way! But don&#8217;t forget to check out some of our more advanced features like collections and code generation.</p>
<p>Drop me a line if I can be of any use to your writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua May</title>
		<link>http://maggienelson.com/2009/05/orm-in-the-php-world/comment-page-1/#comment-426</link>
		<dc:creator>Joshua May</dc:creator>
		<pubDate>Fri, 22 May 2009 09:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://maggienelson.com/?p=262#comment-426</guid>
		<description>Just a note, too, symfony isn&#039;t an ORM - it just uses third party ORMs (Propel, Doctrine, etc)</description>
		<content:encoded><![CDATA[<p>Just a note, too, symfony isn&#8217;t an ORM &#8211; it just uses third party ORMs (Propel, Doctrine, etc)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
