<?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: Displaying 1:n Data in Grid</title>
	<atom:link href="http://blog.extjs.eu/know-how/displaying-1n-data-in-grid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.extjs.eu/know-how/displaying-1n-data-in-grid/</link>
	<description>For good of all productive developers</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:42:26 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Saki</title>
		<link>http://blog.extjs.eu/know-how/displaying-1n-data-in-grid/comment-page-1/#comment-221</link>
		<dc:creator>Saki</dc:creator>
		<pubDate>Mon, 15 Sep 2008 07:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=68#comment-221</guid>
		<description>@James, it seem to be, however, it doesn&#039;t invalidate the idea. Just some more logic is needed.</description>
		<content:encoded><![CDATA[<p>@James, it seem to be, however, it doesn&#8217;t invalidate the idea. Just some more logic is needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.extjs.eu/know-how/displaying-1n-data-in-grid/comment-page-1/#comment-212</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 03 Sep 2008 02:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=68#comment-212</guid>
		<description>Hi, Saki,

Cool, but i found a question. It will display &quot;[object Object]&quot; when sort columns. Is it a bug?
What do you think?</description>
		<content:encoded><![CDATA[<p>Hi, Saki,</p>
<p>Cool, but i found a question. It will display &#8220;[object Object]&#8221; when sort columns. Is it a bug?<br />
What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saki</title>
		<link>http://blog.extjs.eu/know-how/displaying-1n-data-in-grid/comment-page-1/#comment-121</link>
		<dc:creator>Saki</dc:creator>
		<pubDate>Sat, 17 May 2008 08:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=68#comment-121</guid>
		<description>Hi Jeff,

no I don&#039;t use Perl but I think that it wouldn&#039;t be too different. I believe that there has to be some good JSON encode/decode in Perl so it boils down to find one.

I would first search rpms of your distribution (assuming you are using Linux on your server) and second, I would google for it.

Cheers,
Saki</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>no I don&#8217;t use Perl but I think that it wouldn&#8217;t be too different. I believe that there has to be some good JSON encode/decode in Perl so it boils down to find one.</p>
<p>I would first search rpms of your distribution (assuming you are using Linux on your server) and second, I would google for it.</p>
<p>Cheers,<br />
Saki</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.extjs.eu/know-how/displaying-1n-data-in-grid/comment-page-1/#comment-120</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 17 May 2008 06:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=68#comment-120</guid>
		<description>Hi Saki, 

Nice work. I was wondering if you have ever used Perl with EXTJS? The work that I do does not allow me to use PHP. Although I do use it for other projects. I am interested in seeing some examples of how Perl could be used with EXTJS in conjunction with JSON.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi Saki, </p>
<p>Nice work. I was wondering if you have ever used Perl with EXTJS? The work that I do does not allow me to use PHP. Although I do use it for other projects. I am interested in seeing some examples of how Perl could be used with EXTJS in conjunction with JSON.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saki</title>
		<link>http://blog.extjs.eu/know-how/displaying-1n-data-in-grid/comment-page-1/#comment-117</link>
		<dc:creator>Saki</dc:creator>
		<pubDate>Fri, 16 May 2008 21:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=68#comment-117</guid>
		<description>Yes MJ,

I use relationships of InnoDB Engine of mySQL. I always use ON UPDATE CASCADE and selectively, when appropriate, ON DELETE CASCADE.

Of course, PHP and/or Ext have to take into account these relationships, e.g. Ext has to supply parent ID when updating child record but mySQL takes additional care about data integrity.

Cheers,
Saki</description>
		<content:encoded><![CDATA[<p>Yes MJ,</p>
<p>I use relationships of InnoDB Engine of mySQL. I always use ON UPDATE CASCADE and selectively, when appropriate, ON DELETE CASCADE.</p>
<p>Of course, PHP and/or Ext have to take into account these relationships, e.g. Ext has to supply parent ID when updating child record but mySQL takes additional care about data integrity.</p>
<p>Cheers,<br />
Saki</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mjlecomte</title>
		<link>http://blog.extjs.eu/know-how/displaying-1n-data-in-grid/comment-page-1/#comment-116</link>
		<dc:creator>mjlecomte</dc:creator>
		<pubDate>Fri, 16 May 2008 18:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=68#comment-116</guid>
		<description>Saki, if you don&#039;t mind, a database question.  Do you use your application or the database to enforce relationships between tables?  Meaning if you have mysql tables that would have foreign keys in other tables, etc. do you let the database handle the on cascade stuff to enforce the table relations when records are added/deleted, or do you enforce this with your application/php logic?  I&#039;m not sure which way to go with this and wanted your wisdom on the matter.
MJ.</description>
		<content:encoded><![CDATA[<p>Saki, if you don&#8217;t mind, a database question.  Do you use your application or the database to enforce relationships between tables?  Meaning if you have mysql tables that would have foreign keys in other tables, etc. do you let the database handle the on cascade stuff to enforce the table relations when records are added/deleted, or do you enforce this with your application/php logic?  I&#8217;m not sure which way to go with this and wanted your wisdom on the matter.<br />
MJ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lobos</title>
		<link>http://blog.extjs.eu/know-how/displaying-1n-data-in-grid/comment-page-1/#comment-113</link>
		<dc:creator>Lobos</dc:creator>
		<pubDate>Wed, 14 May 2008 19:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=68#comment-113</guid>
		<description>Wow I had never heard of group_concat, so I have learned something new today! Thanks for the great article!</description>
		<content:encoded><![CDATA[<p>Wow I had never heard of group_concat, so I have learned something new today! Thanks for the great article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
