<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dORM</title>
	<atom:link href="http://www.getdorm.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getdorm.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 29 Sep 2009 00:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Autumn update!</title>
		<link>http://www.getdorm.com/blog/autumn-update/</link>
		<comments>http://www.getdorm.com/blog/autumn-update/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 00:22:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=9</guid>
		<description><![CDATA[Hi fellow PHP ninjas.
I haven&#8217;t had much time to work on dORM lately, but I will get back to work for the following weeks. There are some major upgrades coming up such as a Query class and other cool stuff like prefetching. I will also make a class that will be able to automatically generate [...]]]></description>
			<content:encoded><![CDATA[<p>Hi fellow PHP ninjas.</p>
<p>I haven&#8217;t had much time to work on dORM lately, but I will get back to work for the following weeks. There are some major upgrades coming up such as a Query class and other cool stuff like prefetching. I will also make a class that will be able to automatically generate a database from your domain classes.</p>
<p>If you have any feature requests or comment, you&#8217;re invited to join the discussion below. Just let me know what would really make dORM stand out !</p>
<p>Cheers,<br />
Olivier Lalonde</p>
<p>PS: Feel free to follow me on Twitter (<a href="http://twitter.com/olivierll">http://twitter.com/olivierll</a>). Also, check out my company website, <a href="http://www.vozlabs.com">VozLabs.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getdorm.com/blog/autumn-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing dORM. A new kind of PHP object relational mapper.</title>
		<link>http://www.getdorm.com/blog/introducing-dorm/</link>
		<comments>http://www.getdorm.com/blog/introducing-dorm/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 06:14:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.getdorm.com/blog/?p=5</guid>
		<description><![CDATA[dORM is a PHP object relational mapper which I have written with the goal of completely abstracting SQL, while keeping the power and flexibility of relational databases.
It implements multiple software design patterns such as  Unit of Work, Identity Map, Lazy Load, Foreign Key Mapping, Association Table Mapping, Metadata Mapping and Data Mapper. Special thanks [...]]]></description>
			<content:encoded><![CDATA[<p>dORM is a PHP object relational mapper which I have written with the goal of completely abstracting SQL, while keeping the power and flexibility of relational databases.</p>
<p>It implements multiple software design patterns such as  <a href="http://www.martinfowler.com/eaaCatalog/unitOfWork.html" target="_blank">Unit of Work</a>, <a href="http://www.martinfowler.com/eaaCatalog/identityMap.html" target="_blank">Identity Map</a>, <a href="http://www.martinfowler.com/eaaCatalog/lazyLoad.html" target="_blank">Lazy Load</a>, <a href="http://www.martinfowler.com/eaaCatalog/foreignKeyMapping.html" target="_blank">Foreign Key Mapping</a>, <a href="http://www.martinfowler.com/eaaCatalog/associationTableMapping.html" target="_blank">Association Table Mapping</a>, <a href="http://www.martinfowler.com/eaaCatalog/metadataMapping.html" target="_blank">Metadata Mapping</a> and <a href="http://www.martinfowler.com/eaaCatalog/dataMapper.html" target="_blank">Data Mapper</a>. Special thanks to Martin Fowler&#8217;s <em>Patterns of Enterprise Application Architecture </em>which greatly <a href="http://www.martinfowler.com/eaaCatalog/" target="_blank">inspired me</a>.</p>
<p>I am looking forward to get feature requests and some feedback from the PHP community. Hope you enjoy this piece of code and that it will help you focus on business logic.</p>
<p>I am currently working on a screencast that will showcase a simple application written with dORM. I&#8217;ll post an article here as soon as it is available.</p>
<p>Leave your comments below !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.getdorm.com/blog/introducing-dorm/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
