<?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: How Do I Group Items In A Shopping Cart. When You Have One Item And Other Items Are Added As Accessories?</title>
	<atom:link href="http://www.tdkshop.com/how-do-i-group-items-in-a-shopping-cart-when-you-have-one-item-and-other-items-are-added-as-accessories/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tdkshop.com/how-do-i-group-items-in-a-shopping-cart-when-you-have-one-item-and-other-items-are-added-as-accessories/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 10 Jan 2010 02:09:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: EdSF</title>
		<link>http://www.tdkshop.com/how-do-i-group-items-in-a-shopping-cart-when-you-have-one-item-and-other-items-are-added-as-accessories/comment-page-1/#comment-3357</link>
		<dc:creator>EdSF</dc:creator>
		<pubDate>Sat, 04 Jul 2009 08:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tdkshop.com/how-do-i-group-items-in-a-shopping-cart-when-you-have-one-item-and-other-items-are-added-as-accessories/#comment-3357</guid>
		<description>Look into a &quot;master / detail&quot; data relationship.
This is common in databases - it&#039;s similar to a contact or personnel database. You have a bunch of employees, but they are all &quot;grouped&quot; into different departments.
So Joe and Jane are employees. They are both in Engineering. So if you look up Engineering, you can only choose Joe and/or Jane.
The shopping cart metaphor is simply one way to present the data view to you.
You&#039;d have to correctly &quot;normalize&quot; your database to accomplish this - re: knowing how to put/arrange data so that you have less repetition and maintain uniqueness among tables.</description>
		<content:encoded><![CDATA[<p>Look into a &#8220;master / detail&#8221; data relationship.<br />
This is common in databases &#8211; it&#8217;s similar to a contact or personnel database. You have a bunch of employees, but they are all &#8220;grouped&#8221; into different departments.<br />
So Joe and Jane are employees. They are both in Engineering. So if you look up Engineering, you can only choose Joe and/or Jane.<br />
The shopping cart metaphor is simply one way to present the data view to you.<br />
You&#8217;d have to correctly &#8220;normalize&#8221; your database to accomplish this &#8211; re: knowing how to put/arrange data so that you have less repetition and maintain uniqueness among tables.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
