<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: OO PHP templating</title>
	<atom:link href="http://www.techfounder.net/2008/11/18/oo-php-templating/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfounder.net/2008/11/18/oo-php-templating/</link>
	<description>Blog about web development and Internet entrepreneurship</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Sagi</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-841</link>
		<dc:creator>Sagi</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-841</guid>
		<description>Ok, the missing word for me was &quot;only&quot;.
I don&#039;t think it&#039;s a big deal, because there is no danger in overriding $file.
Also, sometimes it&#039;s useful when you have the template&#039;s name inside.

Thanks.</description>
		<content:encoded><![CDATA[<p>Ok, the missing word for me was &#8220;only&#8221;.<br />
I don&#8217;t think it&#8217;s a big deal, because there is no danger in overriding $file.<br />
Also, sometimes it&#8217;s useful when you have the template&#8217;s name inside.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagi</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-1060</link>
		<dc:creator>Sagi</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-1060</guid>
		<description>Ok, the missing word for me was &quot;only&quot;.
I don&#039;t think it&#039;s a big deal, because there is no danger in overriding $file.
Also, sometimes it&#039;s useful when you have the template&#039;s name inside.

Thanks.</description>
		<content:encoded><![CDATA[<p>Ok, the missing word for me was &#8220;only&#8221;.<br />
I don&#8217;t think it&#8217;s a big deal, because there is no danger in overriding $file.<br />
Also, sometimes it&#8217;s useful when you have the template&#8217;s name inside.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-839</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-839</guid>
		<description>I explained it in the post - it is included without parameters to keep the scope absolutely clean. Only $this is available from an outside scope inside the template, and you can declare any variable there without fear of override.</description>
		<content:encoded><![CDATA[<p>I explained it in the post &#8211; it is included without parameters to keep the scope absolutely clean. Only $this is available from an outside scope inside the template, and you can declare any variable there without fear of override.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-1059</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-1059</guid>
		<description>I explained it in the post - it is included without parameters to keep the scope absolutely clean. Only $this is available from an outside scope inside the template, and you can declare any variable there without fear of override.</description>
		<content:encoded><![CDATA[<p>I explained it in the post &#8211; it is included without parameters to keep the scope absolutely clean. Only $this is available from an outside scope inside the template, and you can declare any variable there without fear of override.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagi</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-837</link>
		<dc:creator>Sagi</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-837</guid>
		<description>Why you have chosen to implement _include without parameters?
If you declare $file and use it instead of func_get_arg(0),
would it change something?

Thanks,
Sagi.</description>
		<content:encoded><![CDATA[<p>Why you have chosen to implement _include without parameters?<br />
If you declare $file and use it instead of func_get_arg(0),<br />
would it change something?</p>
<p>Thanks,<br />
Sagi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagi</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-1058</link>
		<dc:creator>Sagi</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-1058</guid>
		<description>Why you have chosen to implement _include without parameters?
If you declare $file and use it instead of func_get_arg(0),
would it change something?

Thanks,
Sagi.</description>
		<content:encoded><![CDATA[<p>Why you have chosen to implement _include without parameters?<br />
If you declare $file and use it instead of func_get_arg(0),<br />
would it change something?</p>
<p>Thanks,<br />
Sagi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai Sellgren</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-739</link>
		<dc:creator>Kai Sellgren</dc:creator>
		<pubDate>Fri, 06 Mar 2009 22:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-739</guid>
		<description>I prefer for easy templating languages, because many web designers, who write (X)HTML would not be afraid of learning PHP, although Smarty has a short learning curve. But still, it is a learning curve, and I would prefer for simple tagging system like [TITLE], etc. Of course, the template would be compiled, so no string replacements will ever occur.</description>
		<content:encoded><![CDATA[<p>I prefer for easy templating languages, because many web designers, who write (X)HTML would not be afraid of learning PHP, although Smarty has a short learning curve. But still, it is a learning curve, and I would prefer for simple tagging system like [TITLE], etc. Of course, the template would be compiled, so no string replacements will ever occur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai Sellgren</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-1057</link>
		<dc:creator>Kai Sellgren</dc:creator>
		<pubDate>Fri, 06 Mar 2009 22:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-1057</guid>
		<description>I prefer for easy templating languages, because many web designers, who write (X)HTML would not be afraid of learning PHP, although Smarty has a short learning curve. But still, it is a learning curve, and I would prefer for simple tagging system like [TITLE], etc. Of course, the template would be compiled, so no string replacements will ever occur.</description>
		<content:encoded><![CDATA[<p>I prefer for easy templating languages, because many web designers, who write (X)HTML would not be afraid of learning PHP, although Smarty has a short learning curve. But still, it is a learning curve, and I would prefer for simple tagging system like [TITLE], etc. Of course, the template would be compiled, so no string replacements will ever occur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philips Tel</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-732</link>
		<dc:creator>Philips Tel</dc:creator>
		<pubDate>Fri, 30 Jan 2009 06:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-732</guid>
		<description>good job!!!</description>
		<content:encoded><![CDATA[<p>good job!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philips Tel</title>
		<link>http://www.techfounder.net/2008/11/18/oo-php-templating/comment-page-1/#comment-1056</link>
		<dc:creator>Philips Tel</dc:creator>
		<pubDate>Fri, 30 Jan 2009 06:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=135#comment-1056</guid>
		<description>good job!!!</description>
		<content:encoded><![CDATA[<p>good job!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

