<?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: The Joys of Single Table Inheritance</title>
	<atom:link href="http://www.essentialcode.com/2006/08/19/the_joys_of_single_table_inheritance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.essentialcode.com/2006/08/19/the_joys_of_single_table_inheritance/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:37:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Implementing Single Table Inheritance in CakePHP &#171; EssentialCode</title>
		<link>http://www.essentialcode.com/2006/08/19/the_joys_of_single_table_inheritance/#comment-533</link>
		<dc:creator>Implementing Single Table Inheritance in CakePHP &#171; EssentialCode</dc:creator>
		<pubDate>Sun, 07 Nov 2010 23:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifisgeek.com/2006/08/19/the_joys_of_single_table_inheritance/#comment-533</guid>
		<description>[...] Single Table Inheritance is one of the coolest features of Ruby on Rails. Unfortunately, it is one feature that has not made its way into CakePHP. With a little bit of work, however, you can implement it for yourself. It should be noted, however, that this is by no means a complete solution. What follows works for me in my applications but does not cover all possible scenarios. This tutorial is in the same table as my blog entries so you are seeing the methods below in action but your mileage may vary. [...]</description>
		<content:encoded><![CDATA[<p>[...] Single Table Inheritance is one of the coolest features of Ruby on Rails. Unfortunately, it is one feature that has not made its way into CakePHP. With a little bit of work, however, you can implement it for yourself. It should be noted, however, that this is by no means a complete solution. What follows works for me in my applications but does not cover all possible scenarios. This tutorial is in the same table as my blog entries so you are seeing the methods below in action but your mileage may vary. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.essentialcode.com/2006/08/19/the_joys_of_single_table_inheritance/#comment-32</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Mon, 29 Jun 2009 01:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifisgeek.com/2006/08/19/the_joys_of_single_table_inheritance/#comment-32</guid>
		<description>Hi,

Whilst your example is a good example of SingleTableInheritance, it is pretty much the only time it is appropriate. In fact, in your examples isn&#039;t it more like a union type than a pair of types with a common ancestor?

It is nothing compared to the power of real inheritance hierarchies implemented using ClassTableInheritance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Whilst your example is a good example of SingleTableInheritance, it is pretty much the only time it is appropriate. In fact, in your examples isn&#8217;t it more like a union type than a pair of types with a common ancestor?</p>
<p>It is nothing compared to the power of real inheritance hierarchies implemented using ClassTableInheritance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: werutzb</title>
		<link>http://www.essentialcode.com/2006/08/19/the_joys_of_single_table_inheritance/#comment-30</link>
		<dc:creator>werutzb</dc:creator>
		<pubDate>Wed, 08 Oct 2008 02:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ifisgeek.com/2006/08/19/the_joys_of_single_table_inheritance/#comment-30</guid>
		<description>Hi!

I want to extend my SQL knowledge.
 I red really many SQL books and want to
read more about SQL for my work as mysql database manager.

 What would you recommend?

Thanks,
Werutz</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I want to extend my SQL knowledge.<br />
 I red really many SQL books and want to<br />
read more about SQL for my work as mysql database manager.</p>
<p> What would you recommend?</p>
<p>Thanks,<br />
Werutz</p>
]]></content:encoded>
	</item>
</channel>
</rss>

