<?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: Grid Filter Plugin &#8211; Backend Code (in PHP)</title>
	<atom:link href="http://www.vinylfox.com/grid-filter-php-backend-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinylfox.com/grid-filter-php-backend-code/</link>
	<description>The Playground of VinylFox (Shea Frederick)</description>
	<lastBuildDate>Tue, 09 Mar 2010 07:13:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SunWuKung</title>
		<link>http://www.vinylfox.com/grid-filter-php-backend-code/comment-page-1/#comment-4563</link>
		<dc:creator>SunWuKung</dc:creator>
		<pubDate>Thu, 19 Nov 2009 13:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=3#comment-4563</guid>
		<description>Great stuff.
My suggestion is to include the comparison &#039;IN&#039; as well - which could take a list and generate an IN sql statement from it: 
AND somefield IN (&#039;asdf&#039;,&#039;qwer&#039;)

This would enable filters a&#039;la MS Excel 2007 where you can tick several values in the filter. I think it would be useful even if the current extjs filter does not support such interface.</description>
		<content:encoded><![CDATA[<p>Great stuff.<br />
My suggestion is to include the comparison &#8216;IN&#8217; as well &#8211; which could take a list and generate an IN sql statement from it:<br />
AND somefield IN (&#8216;asdf&#8217;,'qwer&#8217;)</p>
<p>This would enable filters a&#8217;la MS Excel 2007 where you can tick several values in the filter. I think it would be useful even if the current extjs filter does not support such interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea Frederick</title>
		<link>http://www.vinylfox.com/grid-filter-php-backend-code/comment-page-1/#comment-3878</link>
		<dc:creator>Shea Frederick</dc:creator>
		<pubDate>Sat, 03 Oct 2009 20:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=3#comment-3878</guid>
		<description>Fixed. Thanks for letting me know about that.</description>
		<content:encoded><![CDATA[<p>Fixed. Thanks for letting me know about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://www.vinylfox.com/grid-filter-php-backend-code/comment-page-1/#comment-3877</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Sat, 03 Oct 2009 18:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=3#comment-3877</guid>
		<description>Hi,

Unfortunately the action page link is broken. Could you 
please fix it?

thx
Florian</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Unfortunately the action page link is broken. Could you<br />
please fix it?</p>
<p>thx<br />
Florian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pol</title>
		<link>http://www.vinylfox.com/grid-filter-php-backend-code/comment-page-1/#comment-3609</link>
		<dc:creator>Pol</dc:creator>
		<pubDate>Tue, 08 Sep 2009 10:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=3#comment-3609</guid>
		<description>Excellent !

Thanks for that !</description>
		<content:encoded><![CDATA[<p>Excellent !</p>
<p>Thanks for that !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neeke</title>
		<link>http://www.vinylfox.com/grid-filter-php-backend-code/comment-page-1/#comment-3489</link>
		<dc:creator>neeke</dc:creator>
		<pubDate>Tue, 25 Aug 2009 07:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=3#comment-3489</guid>
		<description>Good plugin!</description>
		<content:encoded><![CDATA[<p>Good plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shea Frederick</title>
		<link>http://www.vinylfox.com/grid-filter-php-backend-code/comment-page-1/#comment-3103</link>
		<dc:creator>Shea Frederick</dc:creator>
		<pubDate>Thu, 02 Jul 2009 11:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=3#comment-3103</guid>
		<description>The &quot;grid-filter.php&quot; file is in that zip. It is also included with the ExtJS SDK download.</description>
		<content:encoded><![CDATA[<p>The &#8220;grid-filter.php&#8221; file is in that zip. It is also included with the ExtJS SDK download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shafi</title>
		<link>http://www.vinylfox.com/grid-filter-php-backend-code/comment-page-1/#comment-3102</link>
		<dc:creator>shafi</dc:creator>
		<pubDate>Thu, 02 Jul 2009 11:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=3#comment-3102</guid>
		<description>Hi,

That is a nice work indeed.

I am trying to replicate the same thing which is given in your demo. I setup almost all the things except grid-filter.php.   

I could not find it as part of &quot;http://www.vinylfox.com/extjs/examples/grid-filter.zip&quot;. Could you show us the grid-filter.php code as well.

Thanks,
Shafi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>That is a nice work indeed.</p>
<p>I am trying to replicate the same thing which is given in your demo. I setup almost all the things except grid-filter.php.   </p>
<p>I could not find it as part of &#8220;http://www.vinylfox.com/extjs/examples/grid-filter.zip&#8221;. Could you show us the grid-filter.php code as well.</p>
<p>Thanks,<br />
Shafi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damian</title>
		<link>http://www.vinylfox.com/grid-filter-php-backend-code/comment-page-1/#comment-1868</link>
		<dc:creator>damian</dc:creator>
		<pubDate>Sat, 25 Apr 2009 17:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=3#comment-1868</guid>
		<description>soy muy nuevo en el mundo extjs, agradeceria un ejemplo completo y funcional para descargar, con sql y todo lo relacionado a las bases de datos..</description>
		<content:encoded><![CDATA[<p>soy muy nuevo en el mundo extjs, agradeceria un ejemplo completo y funcional para descargar, con sql y todo lo relacionado a las bases de datos..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tj</title>
		<link>http://www.vinylfox.com/grid-filter-php-backend-code/comment-page-1/#comment-519</link>
		<dc:creator>tj</dc:creator>
		<pubDate>Fri, 06 Feb 2009 01:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=3#comment-519</guid>
		<description>Awesome. This saved me a ton of time in having to write a custom server-side piece for filtering.  Thank you!!!</description>
		<content:encoded><![CDATA[<p>Awesome. This saved me a ton of time in having to write a custom server-side piece for filtering.  Thank you!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
