<?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: Introducing dORM. A new kind of PHP object relational mapper.</title>
	<atom:link href="http://www.getdorm.com/blog/introducing-dorm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getdorm.com/blog/introducing-dorm/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 05 Jun 2009 01:18:24 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AndrewBoldman</title>
		<link>http://www.getdorm.com/blog/introducing-dorm/comment-page-1/#comment-15</link>
		<dc:creator>AndrewBoldman</dc:creator>
		<pubDate>Fri, 05 Jun 2009 01:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=5#comment-15</guid>
		<description>Hi, good post. I have been wondering about this issue,so thanks for posting.</description>
		<content:encoded><![CDATA[<p>Hi, good post. I have been wondering about this issue,so thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.getdorm.com/blog/introducing-dorm/comment-page-1/#comment-14</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Jun 2009 10:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=5#comment-14</guid>
		<description>@Bruno The software for generating the database schema is SQL Maestro for MySQL

http://www.sqlmaestro.com/products/mysql/maestro/</description>
		<content:encoded><![CDATA[<p>@Bruno The software for generating the database schema is SQL Maestro for MySQL</p>
<p><a href="http://www.sqlmaestro.com/products/mysql/maestro/" rel="nofollow">http://www.sqlmaestro.com/products/mysql/maestro/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KrisBelucci</title>
		<link>http://www.getdorm.com/blog/introducing-dorm/comment-page-1/#comment-12</link>
		<dc:creator>KrisBelucci</dc:creator>
		<pubDate>Tue, 02 Jun 2009 11:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=5#comment-12</guid>
		<description>Hi, good post. I have been wondering about this issue,so thanks for posting. I’ll definitely be coming back to your site.</description>
		<content:encoded><![CDATA[<p>Hi, good post. I have been wondering about this issue,so thanks for posting. I’ll definitely be coming back to your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Cassol</title>
		<link>http://www.getdorm.com/blog/introducing-dorm/comment-page-1/#comment-9</link>
		<dc:creator>Bruno Cassol</dc:creator>
		<pubDate>Wed, 27 May 2009 05:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=5#comment-9</guid>
		<description>Seems to be a great piece of code! I&#039;ll give some feedback as soon as I test it.

By the way, i&#039;d love to know what tool you use to generate those cute tables here:

http://www.getdorm.com/images/crashcourse/schema.jpg

Kudos!</description>
		<content:encoded><![CDATA[<p>Seems to be a great piece of code! I&#8217;ll give some feedback as soon as I test it.</p>
<p>By the way, i&#8217;d love to know what tool you use to generate those cute tables here:</p>
<p><a href="http://www.getdorm.com/images/crashcourse/schema.jpg" rel="nofollow">http://www.getdorm.com/images/crashcourse/schema.jpg</a></p>
<p>Kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.getdorm.com/blog/introducing-dorm/comment-page-1/#comment-8</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 26 May 2009 18:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=5#comment-8</guid>
		<description>@Ivan Thanks for your interest. I am working hard on the next release and I believe it will be a big step forward with new interesting features such as prefetching and a class for making custom SQL queries.

Concerning the XML file, you are right that it should not be accessible from a web browser. One option would be to put it outside your document root or to protect it with an .htaccess. Thanks for pointing that out, I will put a notice somewhere in the documentation.</description>
		<content:encoded><![CDATA[<p>@Ivan Thanks for your interest. I am working hard on the next release and I believe it will be a big step forward with new interesting features such as prefetching and a class for making custom SQL queries.</p>
<p>Concerning the XML file, you are right that it should not be accessible from a web browser. One option would be to put it outside your document root or to protect it with an .htaccess. Thanks for pointing that out, I will put a notice somewhere in the documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://www.getdorm.com/blog/introducing-dorm/comment-page-1/#comment-7</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Tue, 26 May 2009 11:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=5#comment-7</guid>
		<description>Hello Olivier,

I must say I really like what you&#039;ve done here. It is the perfect solution which I have been looking for for quite some time now.

I have one question. Putting the database info in an xml ... isn&#039;t that a security hazard?
I guess this file needs to be placed outside the public domain?

Keep up the good work! I am looking forward seeing the commercial license. Once dorm is stable I will be using it a lot!</description>
		<content:encoded><![CDATA[<p>Hello Olivier,</p>
<p>I must say I really like what you&#8217;ve done here. It is the perfect solution which I have been looking for for quite some time now.</p>
<p>I have one question. Putting the database info in an xml &#8230; isn&#8217;t that a security hazard?<br />
I guess this file needs to be placed outside the public domain?</p>
<p>Keep up the good work! I am looking forward seeing the commercial license. Once dorm is stable I will be using it a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pl0sh</title>
		<link>http://www.getdorm.com/blog/introducing-dorm/comment-page-1/#comment-5</link>
		<dc:creator>pl0sh</dc:creator>
		<pubDate>Wed, 13 May 2009 18:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=5#comment-5</guid>
		<description>Congrats olivier your project is taking form so fast.</description>
		<content:encoded><![CDATA[<p>Congrats olivier your project is taking form so fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArianaRoff</title>
		<link>http://www.getdorm.com/blog/introducing-dorm/comment-page-1/#comment-3</link>
		<dc:creator>ArianaRoff</dc:creator>
		<pubDate>Wed, 13 May 2009 16:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=5#comment-3</guid>
		<description>I will leave a reply as soon as I try it Thank you</description>
		<content:encoded><![CDATA[<p>I will leave a reply as soon as I try it Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
