<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>doctrine tips Archives - Belchamber Web Tools &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/doctrine-tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/doctrine-tips/</link>
	<description>Free Web Tools, Code Snippets, Tutorials and Conversions</description>
	<lastBuildDate>Sun, 19 Jul 2015 19:14:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>MySQL &#8220;Where IN&#8221; value contained in list used with setParameter() requires value to be array if using placeholders</title>
		<link>https://tools.belchamber.us/881/</link>
					<comments>https://tools.belchamber.us/881/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Wed, 22 Jul 2015 14:23:25 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[doctrine tips]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony developer]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=881</guid>

					<description><![CDATA[<p>In normal SQL queries, you can use “WHERE IN” like this: “WHERE id IN (1,5,10)” as in: If the list 1,5,10 &#8220;contains&#8221; the value represented by the value in the &#8220;id&#8221; field. However, if you define a comma delimited string, you can’t simply do this: $idListString=”1,5,10” $dql=”SELECT d FROM Your/Entity d WHERE id IN (:idList)” [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/881/">MySQL &#8220;Where IN&#8221; value contained in list used with setParameter() requires value to be array if using placeholders</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/881/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">881</post-id>	</item>
	</channel>
</rss>
