<?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>Template Engine in PHP &#8211; Programming blog &#8211; website programming blog, blog on website programming .net, java , php and mor</title>
	<atom:link href="https://www.searchenginegenie.com/programming-blog/tag/template-engine-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.searchenginegenie.com/programming-blog</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 15:53:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Smarty in PHP</title>
		<link>https://www.searchenginegenie.com/programming-blog/smarty-in-php/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/smarty-in-php/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Wed, 23 Apr 2008 07:11:00 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Template Engine in PHP]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/smarty-in-php/</guid>

					<description><![CDATA[Smarty is a template engine in PHP mostly used by all the web developers. It provides a manageable way to separate application logic and content from its presentation. This is mostly used if the application programmer and the template designer are different persons. The design goal of Smarty was the separation of business logic and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;">Smarty is a template engine in PHP mostly used by all the web developers. It provides a manageable way to separate application logic and content from its presentation. This is mostly used if the application programmer and the template designer are different persons.</span></p>
<p>The design goal of Smarty was the separation of business logic and presentation logic.</p>
<p><span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;">Smarty has the unique feature of template compiling i.e., (Smarty reads the template files and creates PHP scripts from them).<span> </span>All the template can take full advantage of PHP compiler and cache solutions such as eAccelerator, ionCube etc,</span></p>
<p><span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;">Some of the Smarty&#8217;s features:</span></p>
<ul>
<li><span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;">Not have template parsing overhead, only compiles one time.</span></li>
<li><span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;">It is smart about recompiling only the template files that have altered.</span></li>
<li><span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;">You can easily create your own functions and variable modifiers, so the template language is very extensible.</span></li>
<li><span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;">The {if}..{elseif}..{else}..{/if} constructs are passed to the PHP parser, so the {if&#8230;} expression syntax can be as easy or as complex an estimation as you like.</span></li>
<li><span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;">It is potential to embed PHP code in our template files.</span></li>
<li>
<p class="MsoNormal">It support built-in cache.</p>
</li>
<li><span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;">It provides custom cache handling functions.</span></li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/smarty-in-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.searchenginegenie.com @ 2024-09-22 04:56:47 by W3 Total Cache
-->