<?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>Techy Things &#187; slim</title>
	<atom:link href="https://tech.yipp.ca/category/slim/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Render sub template inside a existing slim template (canonical or embedded templates)</title>
		<link>https://tech.yipp.ca/slim/render-sub-template-inside-existing-slim-template-canonical-embedded-templates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=render-sub-template-inside-existing-slim-template-canonical-embedded-templates</link>
		<comments>https://tech.yipp.ca/slim/render-sub-template-inside-existing-slim-template-canonical-embedded-templates/#comments</comments>
		<pubDate>Tue, 12 Oct 2021 00:10:05 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[slim]]></category>
		<category><![CDATA[slimphp]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=4088</guid>
		<description><![CDATA[<p>Solution $this->fetch('template.phtml', ["variable_name"=>$some_value, ...]) Example</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/slim/render-sub-template-inside-existing-slim-template-canonical-embedded-templates/">Render sub template inside a existing slim template (canonical or embedded templates)</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>Solution</h2>
<p>$this->fetch('template.phtml', ["variable_name"=>$some_value, ...])</p>
<h3>Example</h3>
<p><code>
<pre>
<?=$this->fetch('finances-amortissement.phtml', ["header" => $amortissementTable[0], "table" => array_slice($amortissementTable,1)]) ?>
</pre>
<p></code></p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/slim/render-sub-template-inside-existing-slim-template-canonical-embedded-templates/">Render sub template inside a existing slim template (canonical or embedded templates)</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/slim/render-sub-template-inside-existing-slim-template-canonical-embedded-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
