<?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: How to write a custom Smarty function in php</title>
	<atom:link href="http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-write-a-custom-smarty-function-in-php</link>
	<description>The Internet is for Users</description>
	<lastBuildDate>Fri, 30 Oct 2009 14:45:45 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jank</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-1362</link>
		<dc:creator>Jank</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-1362</guid>
		<description>I&#039;m trying to create a function in Smarty and found your tuturial on Google.

My function should get language strings from a database. It should look something like this: {lang}lang.str.name{/lang}.

How to I refer to &#039;lang.str.name&#039; in the function code?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to create a function in Smarty and found your tuturial on Google.</p>
<p>My function should get language strings from a database. It should look something like this: {lang}lang.str.name{/lang}.</p>
<p>How to I refer to &#8216;lang.str.name&#8217; in the function code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Prakash</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-1359</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Wed, 16 Sep 2009 09:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-1359</guid>
		<description>Also  fully black does not looks good in programming blog. just feedback!</description>
		<content:encoded><![CDATA[<p>Also  fully black does not looks good in programming blog. just feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Prakash</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-1358</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Wed, 16 Sep 2009 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-1358</guid>
		<description>I will suggest you to remove the black background. 
See even in comment i cannot see what am I typing. as font color is matching with the background color.</description>
		<content:encoded><![CDATA[<p>I will suggest you to remove the black background.<br />
See even in comment i cannot see what am I typing. as font color is matching with the background color.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-1330</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Thu, 15 Jan 2009 18:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-1330</guid>
		<description>Wow.  How did anyone get this to work?  The following line in index.php:

$smarty-&gt;templates_dir = PATH_TO_YOUR_TEMPLATES_FOLDER . ‘templates/’;

incorrectly sets the templates_dir property instead of template_dir.</description>
		<content:encoded><![CDATA[<p>Wow.  How did anyone get this to work?  The following line in index.php:</p>
<p>$smarty-&gt;templates_dir = PATH_TO_YOUR_TEMPLATES_FOLDER . ‘templates/’;</p>
<p>incorrectly sets the templates_dir property instead of template_dir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chico</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-1240</link>
		<dc:creator>Chico</dc:creator>
		<pubDate>Wed, 16 Jul 2008 00:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-1240</guid>
		<description>So simple, yet so helpful and useful. thanks for sharing this.</description>
		<content:encoded><![CDATA[<p>So simple, yet so helpful and useful. thanks for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Prakash</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-847</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Fri, 25 Apr 2008 14:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-847</guid>
		<description>U got a link here:
http://satya61229.blogspot.com/2007/04/php-template-smarty-template.html</description>
		<content:encoded><![CDATA[<p>U got a link here:<br />
<a href="http://satya61229.blogspot.com/2007/04/php-template-smarty-template.html" rel="nofollow">http://satya61229.blogspot.com/2007/04/php-template-smarty-template.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Prakash</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-846</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Fri, 25 Apr 2008 12:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-846</guid>
		<description>Good explanation.</description>
		<content:encoded><![CDATA[<p>Good explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poedobongoott</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-829</link>
		<dc:creator>Poedobongoott</dc:creator>
		<pubDate>Tue, 08 Jan 2008 14:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-829</guid>
		<description>I really do like this place.
Top &lt;a href=&quot;http://members.lycos.co.uk/bertbrown/earring1198.html&quot; rel=&quot;nofollow&quot;&gt; earring &lt;/a&gt; links!</description>
		<content:encoded><![CDATA[<p>I really do like this place.<br />
Top <a href="http://members.lycos.co.uk/bertbrown/earring1198.html" rel="nofollow"> earring </a> links!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naisioxerloro</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-827</link>
		<dc:creator>naisioxerloro</dc:creator>
		<pubDate>Thu, 29 Nov 2007 02:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-827</guid>
		<description>Hi.
Good design, who make it?</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Good design, who make it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Souvik Roy</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-832</link>
		<dc:creator>Souvik Roy</dc:creator>
		<pubDate>Wed, 21 Nov 2007 06:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-832</guid>
		<description>I try to Instal smarty in windows.But I am failure.
Sir,please send tutorial of smarty to me.thanks</description>
		<content:encoded><![CDATA[<p>I try to Instal smarty in windows.But I am failure.<br />
Sir,please send tutorial of smarty to me.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admark</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-839</link>
		<dc:creator>admark</dc:creator>
		<pubDate>Fri, 02 Nov 2007 21:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-839</guid>
		<description>I am just starting to understand smarty, so this article is very helpful.</description>
		<content:encoded><![CDATA[<p>I am just starting to understand smarty, so this article is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ Smith</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-825</link>
		<dc:creator>JJ Smith</dc:creator>
		<pubDate>Tue, 23 Oct 2007 13:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-825</guid>
		<description>Why would you create a new way to pass parameters to functions in php - ie with smarty all of the parameters are passed in an asociate array? That means if I have pre existing functions I regularly use, they have to be re-written to work the smarty way. Or I have to write a wrapper function for each function so I can use it in a smarty template. That makes life easier - not!</description>
		<content:encoded><![CDATA[<p>Why would you create a new way to pass parameters to functions in php &#8211; ie with smarty all of the parameters are passed in an asociate array? That means if I have pre existing functions I regularly use, they have to be re-written to work the smarty way. Or I have to write a wrapper function for each function so I can use it in a smarty template. That makes life easier &#8211; not!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eka Kolour</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-833</link>
		<dc:creator>Eka Kolour</dc:creator>
		<pubDate>Sun, 21 Oct 2007 21:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-833</guid>
		<description>oh lord my baby your driving me craz. Eka Kolour.</description>
		<content:encoded><![CDATA[<p>oh lord my baby your driving me craz. Eka Kolour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hernan</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-844</link>
		<dc:creator>hernan</dc:creator>
		<pubDate>Sat, 29 Sep 2007 03:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-844</guid>
		<description>I love xtemplate as template engine for decoupling php logic from html generation, but smarty is ok.

I wrote an article about the importance of using templates engine (smarty or xtemplate) en best php programming practices.. check it out (clicking my name).</description>
		<content:encoded><![CDATA[<p>I love xtemplate as template engine for decoupling php logic from html generation, but smarty is ok.</p>
<p>I wrote an article about the importance of using templates engine (smarty or xtemplate) en best php programming practices.. check it out (clicking my name).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulf Raharjo</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-842</link>
		<dc:creator>Ulf Raharjo</dc:creator>
		<pubDate>Wed, 19 Sep 2007 19:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-842</guid>
		<description>i&#039;m losing my mind, and i don&#039;t think it&#039;s cleve. Ulf Raharjo.</description>
		<content:encoded><![CDATA[<p>i&#8217;m losing my mind, and i don&#8217;t think it&#8217;s cleve. Ulf Raharjo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huzhangyou</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-831</link>
		<dc:creator>huzhangyou</dc:creator>
		<pubDate>Fri, 31 Aug 2007 11:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-831</guid>
		<description>Good Articles.</description>
		<content:encoded><![CDATA[<p>Good Articles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visitor067</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-838</link>
		<dc:creator>Visitor067</dc:creator>
		<pubDate>Tue, 21 Aug 2007 13:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-838</guid>
		<description>Your site found in Google: http://google.com/search?q=tem</description>
		<content:encoded><![CDATA[<p>Your site found in Google: <a href="http://google.com/search?q=tem" rel="nofollow">http://google.com/search?q=tem</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visitor210</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-837</link>
		<dc:creator>Visitor210</dc:creator>
		<pubDate>Tue, 21 Aug 2007 13:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-837</guid>
		<description>I have visited your site 711-times</description>
		<content:encoded><![CDATA[<p>I have visited your site 711-times</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smarty rawurldecode plugin &#8230;.. at 廢物!!!我的名字是廢物!!!</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-826</link>
		<dc:creator>smarty rawurldecode plugin &#8230;.. at 廢物!!!我的名字是廢物!!!</dc:creator>
		<pubDate>Sun, 12 Aug 2007 14:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-826</guid>
		<description>[...] reference&#8230; How to write a custom Smarty function in php [...]</description>
		<content:encoded><![CDATA[<p>[...] reference&#8230; How to write a custom Smarty function in php [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnpupu</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-845</link>
		<dc:creator>johnpupu</dc:creator>
		<pubDate>Sat, 11 Aug 2007 16:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-845</guid>
		<description>thx for yur article..
it&#039;s great helpful for me</description>
		<content:encoded><![CDATA[<p>thx for yur article..<br />
it&#8217;s great helpful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Music-Band</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-841</link>
		<dc:creator>Music-Band</dc:creator>
		<pubDate>Sun, 05 Aug 2007 16:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-841</guid>
		<description>Hey

I was surfing the web and i saw this site, pretty cool.
Currently im running and adult site:&lt;a href=&quot;http://www.vnvnation.biz/queries.html&quot; rel=&quot;nofollow&quot;&gt;Reachton&lt;/a&gt;
k, just want to say hi :)
Can i link you from my site? im looking for quality content like yours. If no let me know if i can add u in exchange for a montly fee or something.</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>I was surfing the web and i saw this site, pretty cool.<br />
Currently im running and adult site:<a href="http://www.vnvnation.biz/queries.html" rel="nofollow">Reachton</a><br />
k, just want to say hi :)<br />
Can i link you from my site? im looking for quality content like yours. If no let me know if i can add u in exchange for a montly fee or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visitor881</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-835</link>
		<dc:creator>Visitor881</dc:creator>
		<pubDate>Sat, 04 Aug 2007 18:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-835</guid>
		<description>I could not find this site in the Search Engines index</description>
		<content:encoded><![CDATA[<p>I could not find this site in the Search Engines index</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visitor358</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-834</link>
		<dc:creator>Visitor358</dc:creator>
		<pubDate>Sat, 04 Aug 2007 18:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-834</guid>
		<description>I have visited your site 626-times</description>
		<content:encoded><![CDATA[<p>I have visited your site 626-times</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnferTuto</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-843</link>
		<dc:creator>AnferTuto</dc:creator>
		<pubDate>Sat, 28 Jul 2007 15:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-843</guid>
		<description>Hola faretaste
mekodinosad</description>
		<content:encoded><![CDATA[<p>Hola faretaste<br />
mekodinosad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek lala</title>
		<link>http://waxjelly.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/comment-page-1/#comment-836</link>
		<dc:creator>vivek lala</dc:creator>
		<pubDate>Tue, 17 Jul 2007 05:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://waxjelly.wordpress.com/2007/03/14/how-to-write-a-custom-smarty-function-in-php/#comment-836</guid>
		<description>sir,please send tutorial of smarty to me.thanks</description>
		<content:encoded><![CDATA[<p>sir,please send tutorial of smarty to me.thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
 

