<?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>web development tips Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/web-development-tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/web-development-tips/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Sun, 19 Jul 2015 15:55:27 +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>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>
		<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>
	</channel>
</rss>
