<?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>symfony Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/symfony/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Tue, 02 Aug 2016 13:17:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>Upgrading to Drupal 8 looks a lot like Symfony</title>
		<link>https://tools.belchamber.us/upgrading-drupal-8-looks-lot-like-symfony/</link>
					<comments>https://tools.belchamber.us/upgrading-drupal-8-looks-lot-like-symfony/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Tue, 02 Aug 2016 13:17:39 +0000</pubDate>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[symfony]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1069</guid>

					<description><![CDATA[<p>The good news about upgrading to Drupal 8 is that it looks a lot like Symfony, the bad news is that upgrading to Drupal 8 looks a lot like Symfony.  I guess it&#8217;s just your perspective but if you have a lot of sites steeped deeply in D7, it&#8217;s quite a transition.  However, if most [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/upgrading-drupal-8-looks-lot-like-symfony/">Upgrading to Drupal 8 looks a lot like Symfony</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/upgrading-drupal-8-looks-lot-like-symfony/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1069</post-id>	</item>
		<item>
		<title>Latest Useful Web Resources and Links #1, March 2016</title>
		<link>https://tools.belchamber.us/latest-useful-web-resources-links-1-march-2016/</link>
					<comments>https://tools.belchamber.us/latest-useful-web-resources-links-1-march-2016/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 12 Mar 2016 18:31:37 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[wamp]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1018</guid>

					<description><![CDATA[<p>I created this page as a running repository of useful, miscellaneous web notes for later reference. Javascript &#38; JQuery How to get the latest version of JQuery: alert('JQuery: '+$.fn.jquery); // Outputs JQuery: x.x.x Useful info about Javascript and JQuery source maps &#8212; an explanation about what they are and how they are used: http://elijahmanor.com/the-magic-of-the-jquery-1-9-source-map/ Parsley [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/latest-useful-web-resources-links-1-march-2016/">Latest Useful Web Resources and Links #1, March 2016</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/latest-useful-web-resources-links-1-march-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1018</post-id>	</item>
		<item>
		<title>Symfony &#038; Twig: Simple month and year form selection widget</title>
		<link>https://tools.belchamber.us/symfony-twig-simple-month-and-year-form-selection-widget/</link>
					<comments>https://tools.belchamber.us/symfony-twig-simple-month-and-year-form-selection-widget/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Tue, 26 Jan 2016 15:37:39 +0000</pubDate>
				<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[twig]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=999</guid>

					<description><![CDATA[<p>This is a very useful Twig that I use in a lot of different forms.  I attach a listener and when they click &#8220;Update&#8221; it will redirect the user by appending the URL with the /year/month to hook nice and cleanly in built-in routes to pass the year and month into different controllers. &#60;form id="yearMonthWidget" [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/symfony-twig-simple-month-and-year-form-selection-widget/">Symfony &#038; Twig: Simple month and year form selection widget</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/symfony-twig-simple-month-and-year-form-selection-widget/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">999</post-id>	</item>
		<item>
		<title>Symfony &#038; Doctrine:  Using table joins with unassociated entities</title>
		<link>https://tools.belchamber.us/symfony-doctrine/</link>
					<comments>https://tools.belchamber.us/symfony-doctrine/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 25 Jan 2016 15:29:27 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[symfony]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=995</guid>

					<description><![CDATA[<p>In Symfony using Doctrine, if no association is available for two entities, you can still join them and treat them like they have a relationship.  To do so, you have to use the &#8220;Join: WITH&#8221; method.  Here&#8217;s an example query to illustrate, notice the &#8220;a.user = u.id&#8221;. public function getHistory($users) { $qb = $this-&#62;entityManager-&#62;createQueryBuilder(); $qb [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/symfony-doctrine/">Symfony &#038; Doctrine:  Using table joins with unassociated entities</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/symfony-doctrine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">995</post-id>	</item>
		<item>
		<title>Symfony: Re-authenticate FOS user automatically without making users log back in</title>
		<link>https://tools.belchamber.us/symfony-re-authenticate-fos-user-automatically-without-making-users-log-back-in/</link>
					<comments>https://tools.belchamber.us/symfony-re-authenticate-fos-user-automatically-without-making-users-log-back-in/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 23 Jan 2016 17:25:05 +0000</pubDate>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[FOS User Bundle]]></category>
		<category><![CDATA[symfony]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=993</guid>

					<description><![CDATA[<p>Integrating a WordPress user login with Symfony is pretty painless if you need to share user sessions.  Just don&#8217;t rely solely on that WordPress cookie, but cross reference a randomly assigned hash that can reference back to the WordPress user&#8217;s table.  When you get your system to authenticate a user and you find your FOS [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/symfony-re-authenticate-fos-user-automatically-without-making-users-log-back-in/">Symfony: Re-authenticate FOS user automatically without making users log back in</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/symfony-re-authenticate-fos-user-automatically-without-making-users-log-back-in/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">993</post-id>	</item>
		<item>
		<title>PHP Symfony Events: Developer tips to easily extend user administration and management within your code</title>
		<link>https://tools.belchamber.us/php-symfony-developer-tips-to-easily-extend-user-administration-and-management-within-your-code/</link>
					<comments>https://tools.belchamber.us/php-symfony-developer-tips-to-easily-extend-user-administration-and-management-within-your-code/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 30 Nov 2015 18:43:27 +0000</pubDate>
				<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[fosuser bundel]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[symfony]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=964</guid>

					<description><![CDATA[<p>A special thanks to James Halsall for some excellent tips in tapping into Symfony events through kernel listeners. His article explains how to create a service to trigger on certain events, this is related to the FOS User Bundle but the same pattern applies to most events in your Symfony project.  Click here to read [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/php-symfony-developer-tips-to-easily-extend-user-administration-and-management-within-your-code/">PHP Symfony Events: Developer tips to easily extend user administration and management within your code</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/php-symfony-developer-tips-to-easily-extend-user-administration-and-management-within-your-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">964</post-id>	</item>
		<item>
		<title>PHP Developers:  Pre-made state pulldown lists for HTML forms</title>
		<link>https://tools.belchamber.us/962-2/</link>
					<comments>https://tools.belchamber.us/962-2/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 28 Nov 2015 15:15:11 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[html forms]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[symfony]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=962</guid>

					<description><![CDATA[<p>I like to reuse code as much as possible and if there&#8217;s underyling data in something I&#8217;ll use again, I&#8217;ll put that data in some extractable form in an EAV (Entity, Attribute, Value) database table so I don&#8217;t need to maintain the data anywhere except one place. So in the example below where the variable [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/962-2/">PHP Developers:  Pre-made state pulldown lists for HTML forms</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/962-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">962</post-id>	</item>
		<item>
		<title>Symfony: Forcing redirects in controller and specifying redirect type</title>
		<link>https://tools.belchamber.us/symfony-forcing-redirects-in-controller-and-specifying-redirect-type/</link>
					<comments>https://tools.belchamber.us/symfony-forcing-redirects-in-controller-and-specifying-redirect-type/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Tue, 22 Sep 2015 15:11:23 +0000</pubDate>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=942</guid>

					<description><![CDATA[<p>The Symfony documentation is getting better, but it still lacks more detail, which is why I&#8217;ve been collecting helpful tips and snippets here.  According to the Symfony docs, by default, the &#8220;redirectToRoute()" method performs a 302 (temporary) redirect, so in order to specify a 301 (permanent) redirect, you can add the third argument in this [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/symfony-forcing-redirects-in-controller-and-specifying-redirect-type/">Symfony: Forcing redirects in controller and specifying redirect type</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/symfony-forcing-redirects-in-controller-and-specifying-redirect-type/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">942</post-id>	</item>
		<item>
		<title>In Symfony, moving some code from one bundle to another a simple way to modularize your code, reuse and scale.  Oh yeah!</title>
		<link>https://tools.belchamber.us/in-symfony-moving-some-code-from-one-bundle-to-another-a-simple-way-to-modularize-your-code-reuse-and-scale-oh-yeah/</link>
					<comments>https://tools.belchamber.us/in-symfony-moving-some-code-from-one-bundle-to-another-a-simple-way-to-modularize-your-code-reuse-and-scale-oh-yeah/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 03 Aug 2015 00:25:44 +0000</pubDate>
				<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony bundle]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=899</guid>

					<description><![CDATA[<p>I recently ran into an issue where I found I was creating a new user profile system for different systems and then it occurred to my:  DRY.  DON&#8217;T REPEAT YOURSELF.  Yet, in the bustle of activity I realized there was too much in common with these user profiles to rewrite the code. So why not [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/in-symfony-moving-some-code-from-one-bundle-to-another-a-simple-way-to-modularize-your-code-reuse-and-scale-oh-yeah/">In Symfony, moving some code from one bundle to another a simple way to modularize your code, reuse and scale.  Oh yeah!</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/in-symfony-moving-some-code-from-one-bundle-to-another-a-simple-way-to-modularize-your-code-reuse-and-scale-oh-yeah/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">899</post-id>	</item>
		<item>
		<title>Check if Symfony PHP session has been started</title>
		<link>https://tools.belchamber.us/check-if-symfony-php-session-has-been-started/</link>
					<comments>https://tools.belchamber.us/check-if-symfony-php-session-has-been-started/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 27 Jul 2015 19:23:44 +0000</pubDate>
				<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=890</guid>

					<description><![CDATA[<p>Here&#8217;s how you can check if a session in Symfony was started: if ($this-&#62;get('session')-&#62;isStarted()){ // Session has been started, so do stuff here } Not a big fan of session variables, but used for non-sensitive session data, I think sessions are still useful.  After all, if you only want certain behaviors on your website tailored [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/check-if-symfony-php-session-has-been-started/">Check if Symfony PHP session has been started</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/check-if-symfony-php-session-has-been-started/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">890</post-id>	</item>
	</channel>
</rss>
