<?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>php framework Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/php-framework/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/php-framework/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Sun, 29 Nov 2015 18:48:18 +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>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>Changing getArrayResult() to getArray() fixes weird Symfony Doctrine gotcha</title>
		<link>https://tools.belchamber.us/changing-getarrayresult-to-getarray-fixes-weird-symfony-doctrine-gotcha/</link>
					<comments>https://tools.belchamber.us/changing-getarrayresult-to-getarray-fixes-weird-symfony-doctrine-gotcha/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Thu, 18 Jun 2015 15:08:31 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=855</guid>

					<description><![CDATA[<p>A strange Symfony Doctrine issue got me the other day.  I guess it&#8217;s a lack of clear understanding of how Doctrine hydrates database query results when using getArrayResult() instead of getArray().  It seems that getArrayResult() returns just the first record from your query, no matter how many records the query actually returns but getArray() returns [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/changing-getarrayresult-to-getarray-fixes-weird-symfony-doctrine-gotcha/">Changing getArrayResult() to getArray() fixes weird Symfony Doctrine gotcha</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/changing-getarrayresult-to-getarray-fixes-weird-symfony-doctrine-gotcha/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">855</post-id>	</item>
		<item>
		<title>Accessing Symfony global and server variables in Twig views through the &#8220;app&#8221; variable</title>
		<link>https://tools.belchamber.us/accessing-symfony-global-and-server-variables-in-twig-views-through-the-app-variable/</link>
					<comments>https://tools.belchamber.us/accessing-symfony-global-and-server-variables-in-twig-views-through-the-app-variable/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Wed, 10 Jun 2015 11:31:55 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Twig & Doctrine]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[twig]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=843</guid>

					<description><![CDATA[<p>In Symfony, you don&#8217;t always have to actually pass values from your controllers to your Twig views.  Twig can actually pull global and server values directly through the super global &#8220;app&#8221; variable.  Most frequently, you can access these corresponding objects like Kernel, Request, Security and Session variables like so: {{app.kernel.cachedir}} {{app.kernel.logdir}} {{app.kernel.rootdir}} {{app.request.basepath}} {{app.request.baseurl}} {{app.request.uri}} [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/accessing-symfony-global-and-server-variables-in-twig-views-through-the-app-variable/">Accessing Symfony global and server variables in Twig views through the &#8220;app&#8221; variable</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/accessing-symfony-global-and-server-variables-in-twig-views-through-the-app-variable/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">843</post-id>	</item>
		<item>
		<title>Show all flash bag contents in Symfony Twig view</title>
		<link>https://tools.belchamber.us/show-all-flash-bag-contents-in-symfony-twig-view/</link>
					<comments>https://tools.belchamber.us/show-all-flash-bag-contents-in-symfony-twig-view/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 10 Apr 2015 16:07:23 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<category><![CDATA[symfony twig]]></category>
		<category><![CDATA[twig snippets]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=771</guid>

					<description><![CDATA[<p>Here is a how you can display all your flash bag messages in a Symfony Twig view.  The &#8220;flash bag&#8221; is a special collection of session variables that hold data like a one-time message in HTML.  It is often used in e-commerce form flows when the credit card was declined, instead of further processing the [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/show-all-flash-bag-contents-in-symfony-twig-view/">Show all flash bag contents in Symfony Twig view</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/show-all-flash-bag-contents-in-symfony-twig-view/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">771</post-id>	</item>
		<item>
		<title>How to show or access cookie values in Symfony Twig views</title>
		<link>https://tools.belchamber.us/how-to-show-or-access-cookie-values-in-symfony-twig-views/</link>
					<comments>https://tools.belchamber.us/how-to-show-or-access-cookie-values-in-symfony-twig-views/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Thu, 02 Apr 2015 15:09:39 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Twig & Doctrine]]></category>
		<category><![CDATA[aaron belchamber]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<category><![CDATA[twig]]></category>
		<category><![CDATA[twig snippets]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=763</guid>

					<description><![CDATA[<p>Strange how obscure it is to find a clear example of how to just access or show the value of a cookie in Twig, so here it is! {{ app.request.cookies.get('yourCookieHere') }} Twig is the templating engine that powers Symfony views.  Symfony is the PHP framework from Sensio Labs. If you are a company that uses [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/how-to-show-or-access-cookie-values-in-symfony-twig-views/">How to show or access cookie values in Symfony Twig views</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/how-to-show-or-access-cookie-values-in-symfony-twig-views/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">763</post-id>	</item>
		<item>
		<title>Looping through all request variables in a Symfony Twig view</title>
		<link>https://tools.belchamber.us/looping-through-all-request-variables-in-a-symfony-twig-view/</link>
					<comments>https://tools.belchamber.us/looping-through-all-request-variables-in-a-symfony-twig-view/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Thu, 26 Mar 2015 14:23:11 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[aaron belchamber]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<category><![CDATA[symfony twig]]></category>
		<category><![CDATA[twig]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=758</guid>

					<description><![CDATA[<p>Here is a quick way to access all request variables and output them in a Symfony Twig view: {% for request in app.request.query.all %} {{ request&#124;raw }}&#60;br/&#62; {% endfor %} &#160;</p>
<p>The post <a href="https://tools.belchamber.us/looping-through-all-request-variables-in-a-symfony-twig-view/">Looping through all request variables in a Symfony Twig view</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/looping-through-all-request-variables-in-a-symfony-twig-view/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">758</post-id>	</item>
		<item>
		<title>PHP Symfony:  Accessing repositories from inside a repository</title>
		<link>https://tools.belchamber.us/php-symfony-accessing-repositories-from-inside-a-repository/</link>
					<comments>https://tools.belchamber.us/php-symfony-accessing-repositories-from-inside-a-repository/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Wed, 25 Mar 2015 15:33:59 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[aaron belchamber]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tip]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=756</guid>

					<description><![CDATA[<p>Okay, so Sensio Lab&#8217;s Symfony is great, but those repositories are a bit limiting in their design scope.  I mean, how often do you need to access data through custom database queries and other cross referencing between database tables and not only use one table?  Of course, you&#8217;re going to have to combine database tables [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/php-symfony-accessing-repositories-from-inside-a-repository/">PHP Symfony:  Accessing repositories from inside a repository</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-accessing-repositories-from-inside-a-repository/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">756</post-id>	</item>
		<item>
		<title>Symfony MySQL Doctrine Mapping Field Type Definitions:  TinyInt&#8217;s a Boolean, Any Kind of &#8220;Text&#8221; is Just &#8220;text&#8221; and Other &#8220;Gotchas&#8221;</title>
		<link>https://tools.belchamber.us/symfony-mysql-doctrine-mapping-field-type-definitions-tinyints-a-boolean-any-kind-of-text-is-just-text-and-other-gotchas/</link>
					<comments>https://tools.belchamber.us/symfony-mysql-doctrine-mapping-field-type-definitions-tinyints-a-boolean-any-kind-of-text-is-just-text-and-other-gotchas/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Tue, 24 Mar 2015 14:23:06 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[aaron belchamber]]></category>
		<category><![CDATA[doctrine orm]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=752</guid>

					<description><![CDATA[<p>A MySQL &#8220;tinyint&#8221; field, regardless of length, is mapped as a boolean in Symfony&#8217;s MySQL DBAL platform.  Good to know, so when you start typing in those Doctrine ORM mapping files in annotation or my preferred way, YML files, you won&#8217;t get a fatal error because you didn&#8217;t define the field properly. Here&#8217;s a list [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/symfony-mysql-doctrine-mapping-field-type-definitions-tinyints-a-boolean-any-kind-of-text-is-just-text-and-other-gotchas/">Symfony MySQL Doctrine Mapping Field Type Definitions:  TinyInt&#8217;s a Boolean, Any Kind of &#8220;Text&#8221; is Just &#8220;text&#8221; and Other &#8220;Gotchas&#8221;</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-mysql-doctrine-mapping-field-type-definitions-tinyints-a-boolean-any-kind-of-text-is-just-text-and-other-gotchas/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">752</post-id>	</item>
		<item>
		<title>Symfony Framework:  Calling on other controllers from your TWIG views handy and efficient</title>
		<link>https://tools.belchamber.us/symfony-framework-calling-on-other-controllers-from-your-twig-views-handy-and-efficient/</link>
					<comments>https://tools.belchamber.us/symfony-framework-calling-on-other-controllers-from-your-twig-views-handy-and-efficient/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Thu, 19 Mar 2015 11:31:14 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[Sensio Labs]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<category><![CDATA[twig]]></category>
		<category><![CDATA[web development tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=750</guid>

					<description><![CDATA[<p>In the newest versions of Symfony greater than 2.2 you can embed output from controller by calling it with this handy TWIG snippet: {{ render(controller('PostBundle:Posts:recentPosts', { 'category': 'cool symfony tips' })) }} Check out Sensio Lab&#8217;s documentation to learn more. This is especially useful if you want to create a snippet that will deliver content [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/symfony-framework-calling-on-other-controllers-from-your-twig-views-handy-and-efficient/">Symfony Framework:  Calling on other controllers from your TWIG views handy and efficient</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-framework-calling-on-other-controllers-from-your-twig-views-handy-and-efficient/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">750</post-id>	</item>
		<item>
		<title>Upgrading Symfony from 2.3 to 2.6 introduces few pitfalls in test run</title>
		<link>https://tools.belchamber.us/upgrading-symfony-2-3-2-6-introduces-pitfalls-test-run/</link>
					<comments>https://tools.belchamber.us/upgrading-symfony-2-3-2-6-introduces-pitfalls-test-run/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 08 Feb 2015 17:48:32 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony review]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=705</guid>

					<description><![CDATA[<p>Besides making sure your server is running PHP 5.4 or higher, after updating from Symfony 2.3 to 2.6.3, I had to roll back a few dependency packages I found were conflicting and weren&#8217;t tested and cleared to work with the newest version of Symfony.  Some of the latest compatibility requirements are found here.  The latest [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/upgrading-symfony-2-3-2-6-introduces-pitfalls-test-run/">Upgrading Symfony from 2.3 to 2.6 introduces few pitfalls in test run</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-symfony-2-3-2-6-introduces-pitfalls-test-run/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">705</post-id>	</item>
	</channel>
</rss>
