<?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: Symfony:  FOS User Bundle, check if user is logged in	</title>
	<atom:link href="https://tools.belchamber.us/symfony-fos-user-bundle-check-if-user-is-logged-in/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/symfony-fos-user-bundle-check-if-user-is-logged-in/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Sun, 30 Jul 2017 11:23:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: aaron b		</title>
		<link>https://tools.belchamber.us/symfony-fos-user-bundle-check-if-user-is-logged-in/#comment-547</link>

		<dc:creator><![CDATA[aaron b]]></dc:creator>
		<pubDate>Thu, 07 Aug 2014 13:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=428#comment-547</guid>

					<description><![CDATA[You can do $this-&#062;getRequest()-&#062;query-&#062;all(); to get all GET params and $this-&#062;getRequest()-&#062;request-&#062;all(); to get all POST params.

So in your case:

$params = $this-&#062;getRequest()-&#062;request-&#062;all();
$params[&#039;value1&#039;];
$params[&#039;value2&#039;];]]></description>
			<content:encoded><![CDATA[<p>You can do $this-&gt;getRequest()-&gt;query-&gt;all(); to get all GET params and $this-&gt;getRequest()-&gt;request-&gt;all(); to get all POST params.</p>
<p>So in your case:</p>
<p>$params = $this-&gt;getRequest()-&gt;request-&gt;all();<br />
$params[&#8216;value1&#8217;];<br />
$params[&#8216;value2&#8217;];</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
