<?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>Zend Framework&#8217;te orWhere şartını gruplamak. yazısına yapılan yorumlar</title>
	<atom:link href="http://www.murat-beser.com/2010/02/03/zend-frameworkte-orwhere-sartini-gruplamak.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.murat-beser.com/2010/02/03/zend-frameworkte-orwhere-sartini-gruplamak.html</link>
	<description>a deep breath and let yourself fall out of life</description>
	<lastBuildDate>Sat, 31 Jul 2010 13:21:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Yazar: open mind</title>
		<link>http://www.murat-beser.com/2010/02/03/zend-frameworkte-orwhere-sartini-gruplamak.html/comment-page-1#comment-170</link>
		<dc:creator>open mind</dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.murat-beser.com/?p=235#comment-170</guid>
		<description>Şöyle bir şekli de var;

$select-&gt;orWhere(&#039;(src IN(?)&#039;, $extensions)
       -&gt;orWhere(&#039; dst IN(?))&#039;, $extensions)
       -&gt;where(&quot;(&#039;&#039; &#124;&#124; calldate LIKE ?&quot;, &quot;%$filter%&quot;)
       -&gt;orWhere(&#039;src LIKE ?&#039;, &quot;%$filter%&quot;)
       -&gt;orWhere(&#039;dst LIKE ?)&#039;, &quot;%$filter%&quot;);

Sonuç:

WHERE ((src IN(&#039;110&#039;, &#039;900&#039;)) OR ( dst IN(&#039;110&#039;, &#039;900&#039;))) AND ((&#039;&#039; &#124;&#124; calldate LIKE &#039;%2010%&#039;) OR (src LIKE &#039;%2010%&#039;) OR (dst LIKE &#039;%2010%&#039;))

Kolay gele</description>
		<content:encoded><![CDATA[<p>Şöyle bir şekli de var;</p>
<p>$select-&gt;orWhere(&#8216;(src IN(?)&#8217;, $extensions)<br />
       -&gt;orWhere(&#8216; dst IN(?))&#8217;, $extensions)<br />
       -&gt;where(&#8220;(&#8221; || calldate LIKE ?&#8221;, &#8220;%$filter%&#8221;)<br />
       -&gt;orWhere(&#8216;src LIKE ?&#8217;, &#8220;%$filter%&#8221;)<br />
       -&gt;orWhere(&#8216;dst LIKE ?)&#8217;, &#8220;%$filter%&#8221;);</p>
<p>Sonuç:</p>
<p>WHERE ((src IN(&#8217;110&#8242;, &#8217;900&#8242;)) OR ( dst IN(&#8217;110&#8242;, &#8217;900&#8242;))) AND ((&#8221; || calldate LIKE &#8216;%2010%&#8217;) OR (src LIKE &#8216;%2010%&#8217;) OR (dst LIKE &#8216;%2010%&#8217;))</p>
<p>Kolay gele</p>
]]></content:encoded>
	</item>
</channel>
</rss>
