<?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 developer Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/php-developer/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/php-developer/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Sat, 14 May 2016 22:08:11 +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>Mesocolumn WordPress child theme fix after updating theme</title>
		<link>https://tools.belchamber.us/mesocolumn-wordpress-child-theme-fix-updating-theme/</link>
					<comments>https://tools.belchamber.us/mesocolumn-wordpress-child-theme-fix-updating-theme/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 15 May 2016 14:43:23 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1058</guid>

					<description><![CDATA[<p>It was bound to happen, the very reliable Mesocolumn WordPress theme finally made an entry in a website&#8217;s fatal error logs.  I make a habit of examining website error logs, if you have a business with a web department, insist that they regularly scan and check your website error logs or subscribe to a service [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/mesocolumn-wordpress-child-theme-fix-updating-theme/">Mesocolumn WordPress child theme fix after updating theme</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/mesocolumn-wordpress-child-theme-fix-updating-theme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1058</post-id>	</item>
		<item>
		<title>Git resources:  Git explained by humans, for humans</title>
		<link>https://tools.belchamber.us/git-resources-git-explained-by-humans-for-humans/</link>
					<comments>https://tools.belchamber.us/git-resources-git-explained-by-humans-for-humans/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 17 Apr 2016 12:43:08 +0000</pubDate>
				<category><![CDATA[Repositories & VCS]]></category>
		<category><![CDATA[git tips]]></category>
		<category><![CDATA[php developer]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1038</guid>

					<description><![CDATA[<p>Good Git structure overview Structuring your Git upfront can save you a lot of headaches with you and your team later.  Here&#8217;s an overview of a great article to help you get your team back to the basics and set a new baseline from which to start relying on Git more effectively as a team. [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/git-resources-git-explained-by-humans-for-humans/">Git resources:  Git explained by humans, for humans</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/git-resources-git-explained-by-humans-for-humans/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1038</post-id>	</item>
		<item>
		<title>Symfony Twig:  Accessing global values reference</title>
		<link>https://tools.belchamber.us/symfony-twig-accessing-global-values-reference/</link>
					<comments>https://tools.belchamber.us/symfony-twig-accessing-global-values-reference/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 06 Dec 2015 16:43:00 +0000</pubDate>
				<category><![CDATA[Twig & Doctrine]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[symfony tips]]></category>
		<category><![CDATA[twig]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=967</guid>

					<description><![CDATA[<p>Here is a reference list to access global values within Twig: For $_POST variables use this : {{ app.request.parameter.get("page") }} For $_GET variables use this : {{ app.request.query.get("page") }} For $_COOKIE variables use this : {{ app.request.cookies.get("page") }} For $_SESSION variables use this : {{ app.request.session.get("page") }} For more Symfony Twig shortcuts, view the Twig [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/symfony-twig-accessing-global-values-reference/">Symfony Twig:  Accessing global values reference</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-accessing-global-values-reference/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">967</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>New update to WordPress &#8220;Insert Script&#8221; plug-in available for WordPress PHP developers</title>
		<link>https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/</link>
					<comments>https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 08 Aug 2015 14:12:52 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[symfony developer]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plug-in]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=903</guid>

					<description><![CDATA[<p>I added some new improvements to the &#8220;Insert Script&#8221; WordPress plug-in.  You can now declare a JSON string and it will parse it out as $json_vals_arr, an array that gets passed directly to your external PHP script. You can also declare &#8220;strings&#8221; instead of &#8220;vals&#8221; as a GET URL string like:  &#8220;strings=&#8217;variable1=value1&#38;variable2=value2&#38;etc=andSoOn'&#8221;. To download the [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/">New update to WordPress &#8220;Insert Script&#8221; plug-in available for WordPress PHP developers</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/new-update-to-wordpress-insert-script-plug-in-available-for-wordpress-php-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">903</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>
		<item>
		<title>Latest Symfony Composer dependency list for bootstrapping new Symfony bundle with most common bundles</title>
		<link>https://tools.belchamber.us/latest-symfony-composer-dependency-list-for-bootstrapping-new-symfony-bundle-with-most-common-bundles/</link>
					<comments>https://tools.belchamber.us/latest-symfony-composer-dependency-list-for-bootstrapping-new-symfony-bundle-with-most-common-bundles/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 26 Jul 2015 18:17:55 +0000</pubDate>
				<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[composer]]></category>
		<category><![CDATA[fosuser bundle]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=888</guid>

					<description><![CDATA[<p>Most Symfony sites you develop will probably include the FOS User Bundle, Twitter Bootstrap, and JQuery.  You can always remove them from your Composer dependency list, but here is my latest &#8220;Symfony Bootstrap&#8221; install. A few issues with dependencies in your Composer are expected, I ran into this error while installing the Sonata Admin Bundle, [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/latest-symfony-composer-dependency-list-for-bootstrapping-new-symfony-bundle-with-most-common-bundles/">Latest Symfony Composer dependency list for bootstrapping new Symfony bundle with most common bundles</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-symfony-composer-dependency-list-for-bootstrapping-new-symfony-bundle-with-most-common-bundles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">888</post-id>	</item>
		<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, AI Guidance &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>
		<item>
		<title>WordPress:  Texturize shortcodes?!  I thought I heard it all</title>
		<link>https://tools.belchamber.us/wordpress-texturize-shortcodes-i-thought-i-heard-it-all/</link>
					<comments>https://tools.belchamber.us/wordpress-texturize-shortcodes-i-thought-i-heard-it-all/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 20 Jul 2015 12:37:56 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=879</guid>

					<description><![CDATA[<p>Sometimes, I wonder if the WordPress community doesn&#8217;t create some over-complication of things just because it can.  I came across the term &#8220;texturizing&#8221; when I was developing another WordPress plug-in.  I ignored the warning before but figured it warranted a second look.  After all, it sounds like it could affect something on one of our [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/wordpress-texturize-shortcodes-i-thought-i-heard-it-all/">WordPress:  Texturize shortcodes?!  I thought I heard it all</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/wordpress-texturize-shortcodes-i-thought-i-heard-it-all/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">879</post-id>	</item>
		<item>
		<title>Extending a Symfony parent Twig block in child view&#8217;s block with parent() call easy, useful and DRY</title>
		<link>https://tools.belchamber.us/extending-a-symfony-parent-twig-block-in-child-views-block-with-parent-call-easy-useful-and-dry/</link>
					<comments>https://tools.belchamber.us/extending-a-symfony-parent-twig-block-in-child-views-block-with-parent-call-easy-useful-and-dry/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 19 Jul 2015 17:59:08 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[php developer]]></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=877</guid>

					<description><![CDATA[<p>Twig blocks are like methods in a class.  If the Twig container is a class, Twig blocks are methods.  So you can call on a parent Twig view and extend the parent just like a function using the &#8220;parent()&#8221; function like below within the dynamic content tags, which are a pair of squiggly brackets.  Here&#8217;s [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/extending-a-symfony-parent-twig-block-in-child-views-block-with-parent-call-easy-useful-and-dry/">Extending a Symfony parent Twig block in child view&#8217;s block with parent() call easy, useful and DRY</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/extending-a-symfony-parent-twig-block-in-child-views-block-with-parent-call-easy-useful-and-dry/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">877</post-id>	</item>
	</channel>
</rss>
