<?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: AJAX-enabled Smarty plugins</title>
	<atom:link href="http://kpumuk.info/javascript/ajax-enabled-smarty-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/</link>
	<description>In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming.</description>
	<lastBuildDate>Tue, 29 Dec 2009 10:34:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ChaosNo1</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-271523</link>
		<dc:creator>ChaosNo1</dc:creator>
		<pubDate>Fri, 19 Mar 2010 23:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-271523</guid>
		<description>Hi,

i would like to know if it is possible to call a javascript function before the ajax request will start (to disable form elements or change the text of the button, eg)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i would like to know if it is possible to call a javascript function before the ajax request will start (to disable form elements or change the text of the button, eg)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raj</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-238789</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Fri, 19 Mar 2010 09:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-238789</guid>
		<description>

&lt;code lang=&quot;html&quot;&gt;
&lt;SELECT NAME=&quot;sel_art&quot; onchange=&quot;{ajax_update update_id=&quot;get_collections&quot; function=&quot;show_collections&quot; url=&quot;get_collections.php&quot; params=&quot;artist_id=1&quot;}&quot;&gt;			
			{foreach from=$artist item=arti}			
				&lt;OPTION VALUE=&quot;{$arti.id}&quot;&gt;{$arti.artist_fname}&lt;/OPTION&gt;
			{/foreach}


&lt;SELECT NAME=&quot;sel_art&quot; id=&quot;get_collections&quot;&gt;&lt;/SELECT&gt;
			&lt;/SELECT&gt;
&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<div class="codecolorer-container html4strict twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">SELECT</span> <span style="color: #000066;">NAME</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sel_art&quot;</span> <span style="color: #000066;">onchange</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;{ajax_update update_id=&quot;</span>get_collections<span style="color: #ff0000;">&quot; function=&quot;</span>show_collections<span style="color: #ff0000;">&quot; url=&quot;</span>get_collections.php<span style="color: #ff0000;">&quot; params=&quot;</span>artist_id<span style="color: #66cc66;">=</span><span style="color: #cc66cc;">1</span><span style="color: #ff0000;">&quot;}&quot;</span>&gt;</span> &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {foreach from=$artist item=arti}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">OPTION</span> <span style="color: #000066;">VALUE</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;{$arti.id}&quot;</span>&gt;</span>{$arti.artist_fname}<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">OPTION</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/foreach}<br />
<br />
<br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">SELECT</span> <span style="color: #000066;">NAME</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sel_art&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;get_collections&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">SELECT</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">SELECT</span>&gt;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey@towndwarf</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-219073</link>
		<dc:creator>Alexey@towndwarf</dc:creator>
		<pubDate>Fri, 19 Mar 2010 15:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-219073</guid>
		<description>Fatal error: Smarty error: unable to write to $compile_dir &#039;/home/hosting/kpumuk.info/samples/smarty_ajax/resources/templates_c&#039;. Be sure $compile_dir is writable by the web server user. in /home/hosting/kpumuk.info/samples/smarty_ajax/include/smarty/Smarty.class.php on line 1095

:-(</description>
		<content:encoded><![CDATA[<p>Fatal error: Smarty error: unable to write to $compile_dir &#8216;/home/hosting/kpumuk.info/samples/smarty_ajax/resources/templates_c&#8217;. Be sure $compile_dir is writable by the web server user. in /home/hosting/kpumuk.info/samples/smarty_ajax/include/smarty/Smarty.class.php on line 1095</p>
<p>:-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Андрей</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-180195</link>
		<dc:creator>Андрей</dc:creator>
		<pubDate>Fri, 19 Mar 2010 21:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-180195</guid>
		<description>Добрый день.

Дмитрий, у меня вопрос. Есть форма калькулятора.

&lt;code lang=&quot;php&quot;&gt;
{ajax_form method=&quot;post&quot; id=&quot;calculator&quot; url=&quot;index.php&quot; params=&quot;task=calculator&amp;param=$someparam&quot;}
&lt;/code&gt;

После submit возвращает на index.php, get параметры не передаются. Если в функции smarty_block_ajax_form убрать action=&#039;&#039; - работает, но с перезагрузкой... 
Чего не так?</description>
		<content:encoded><![CDATA[<p>Добрый день.</p>
<p>Дмитрий, у меня вопрос. Есть форма калькулятора.</p>
<div class="codecolorer-container php twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&#123;</span>ajax_form method<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;post&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;calculator&quot;</span> url<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;index.php&quot;</span> params<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;task=calculator&amp;amp;param=<span style="color: #006699; font-weight: bold;">$someparam</span>&quot;</span><span style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div>
<p>После submit возвращает на index.php, get параметры не передаются. Если в функции smarty_block_ajax_form убрать action=&#8221; &#8211; работает, но с перезагрузкой&#8230;<br />
Чего не так?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fauzia</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-174860</link>
		<dc:creator>fauzia</dc:creator>
		<pubDate>Fri, 19 Mar 2010 10:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-174860</guid>
		<description>hi,

I solved previouse problem.Now I am using ajax_update without function to send params to certain url.I want to send cat_id which is I am getting in section of template page.here is code:

[cc lang=&quot;html&quot;]
{section name=cat loop=&quot;$category&quot;}		
 &lt;tr&gt;
 &lt;td id=&quot;category_trid{$category[cat].id}&quot; class=&quot;contenttext2&quot;&gt;{$category[cat].id}
 &lt;a href=&quot;#&quot; onclick=&quot;{ajax_update update_id=&#039;productlist_div&#039;   params=&#039;catid=`$category[cat].id`&amp;page=product_list_ajax&#039;}&quot;&gt;{$category[cat].title}&lt;/a&gt;
 &lt;/td&gt;&lt;/tr&gt;
 {sectionelse}
 &lt;tr&gt;&lt;td&gt;No category..&lt;/td&gt;&lt;/tr&gt;
{/section}
[/cc]

I am not getting catid value but &quot;$category[cat].id&quot;.why?
but it is giving code text in params not its value</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I solved previouse problem.Now I am using ajax_update without function to send params to certain url.I want to send cat_id which is I am getting in section of template page.here is code:</p>
<div class="codecolorer-container html4strict twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">{section name=cat loop=&quot;$category&quot;} &nbsp; &nbsp; <br />
&nbsp;<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span><br />
&nbsp;<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;category_trid{$category[cat].id}&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;contenttext2&quot;</span>&gt;</span>{$category[cat].id}<br />
&nbsp;<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span> <span style="color: #000066;">onclick</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;{ajax_update update_id='productlist_div' &nbsp; params='catid=`$category[cat].id`&amp;page=product_list_ajax'}&quot;</span>&gt;</span>{$category[cat].title}<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span><br />
&nbsp;<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span><br />
&nbsp;{sectionelse}<br />
&nbsp;<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>No category..<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span><br />
{/section}</div></td></tr></tbody></table></div>
<p>I am not getting catid value but &#8220;$category[cat].id&#8221;.why?<br />
but it is giving code text in params not its value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fauzia</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-174832</link>
		<dc:creator>fauzia</dc:creator>
		<pubDate>Fri, 19 Mar 2010 09:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-174832</guid>
		<description>hi,

I made a function in index.php getting list of products.
I tpl i called ajax-update function to get list of products in a box.It is giving js-error &quot;Object SmartyAjax not found&quot;.What is my mistake?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I made a function in index.php getting list of products.<br />
I tpl i called ajax-update function to get list of products in a box.It is giving js-error &#8220;Object SmartyAjax not found&#8221;.What is my mistake?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nattaphon</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-171060</link>
		<dc:creator>Nattaphon</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-171060</guid>
		<description>hello kpumuk,
great work, thank you very much.

i found the params isn’t working when using ajax_update.
can’t figure out why.

this code

[cc lang=&quot;html&quot;]
{foreach from=$DB_RESULTS item=row_obj key=news_id }
&lt;li&gt;
&lt;a href=&quot;#&quot; onclick=&quot;{ajax_update update_id=&#039;intro_content&#039;  function=&#039;view_news&#039; params=&#039;page=news&amp;&amp;news_id=&#039;$row_obj-&gt;news_id&#039; &#039;}&quot;&gt;read news&lt;/a&gt;
&lt;/li&gt;
 {foreachelse}
[/cc]

error display

[cc]
Catchable fatal error: Object of class stdClass could not be converted to string in F:\Website\www\e-job_V2\resources\templates_c\%%3C^3CF^3CFBC54C%%news.tpl.php on line 43
[/cc]

&lt;tt&gt;$row_obj-&gt;news_id&lt;/tt&gt; isn’t working

regards,
Nattaphon</description>
		<content:encoded><![CDATA[<p>hello kpumuk,<br />
great work, thank you very much.</p>
<p>i found the params isn’t working when using ajax_update.<br />
can’t figure out why.</p>
<p>this code</p>
<div class="codecolorer-container html4strict twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">{foreach from=$DB_RESULTS item=row_obj key=news_id }<br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span> <span style="color: #000066;">onclick</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;{ajax_update update_id='intro_content' &nbsp;function='view_news' params='page=news&amp;&amp;news_id='$row_obj-&gt;</span></span>news_id' '}&quot;&gt;read news<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span><br />
&nbsp;{foreachelse}</div></td></tr></tbody></table></div>
<p>error display</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Catchable fatal error: Object of class stdClass could not be converted to string in F:\Website\www\e-job_V2\resources\templates_c\%%3C^3CF^3CFBC54C%%news.tpl.php on line 43</div></td></tr></tbody></table></div>
<p><tt>$row_obj->news_id</tt> isn’t working</p>
<p>regards,<br />
Nattaphon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalapha</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-148575</link>
		<dc:creator>digitalapha</dc:creator>
		<pubDate>Fri, 19 Mar 2010 06:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-148575</guid>
		<description>I am having difficluty processing the ajax form 
here. I m building a simple form, which display info in a table format like Name, Age, etc.

 e.g. in the register.php example

{ajax_form method=&quot;post&quot; id=&quot;myform&quot;=&quot;index.php?}
...
...
...
if $_POST()...
  echo???

{/ajax_form}

is it possible in the $_POST {

instead of using the echo to put the value to an array, can we display a smarty template out e.g.

$smarty-&gt;display(outputgrid.tpl&quot;

i.e. want to process the form, and then assign smart values, and then give back to a smarty template.</description>
		<content:encoded><![CDATA[<p>I am having difficluty processing the ajax form<br />
here. I m building a simple form, which display info in a table format like Name, Age, etc.</p>
<p> e.g. in the register.php example</p>
<p>{ajax_form method=&#8221;post&#8221; id=&#8221;myform&#8221;=&#8221;index.php?}<br />
&#8230;<br />
&#8230;<br />
&#8230;<br />
if $_POST()&#8230;<br />
  echo???</p>
<p>{/ajax_form}</p>
<p>is it possible in the $_POST {</p>
<p>instead of using the echo to put the value to an array, can we display a smarty template out e.g.</p>
<p>$smarty-&gt;display(outputgrid.tpl&#8221;</p>
<p>i.e. want to process the form, and then assign smart values, and then give back to a smarty template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vovanovski</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-127163</link>
		<dc:creator>Vovanovski</dc:creator>
		<pubDate>Fri, 19 Mar 2010 15:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-127163</guid>
		<description>Привет Критик!
Такой вот вопросик по ajax_form:
у тебя в примерах форма сабмититься без перезагрузки страницы по нажатию на кнопку типа submit, а как сделать так, чтобы форма сабмитилась, если например внутри формы есть элемент select и должен происходить сабмит по onchange селекта? Если я пишу в селекте this.form.submit() то происходит перезагрузка страницы.</description>
		<content:encoded><![CDATA[<p>Привет Критик!<br />
Такой вот вопросик по ajax_form:<br />
у тебя в примерах форма сабмититься без перезагрузки страницы по нажатию на кнопку типа submit, а как сделать так, чтобы форма сабмитилась, если например внутри формы есть элемент select и должен происходить сабмит по onchange селекта? Если я пишу в селекте this.form.submit() то происходит перезагрузка страницы.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Дмитрий</title>
		<link>http://kpumuk.info/php/ajax-enabled-smarty-plugins/#comment-119390</link>
		<dc:creator>Дмитрий</dc:creator>
		<pubDate>Fri, 19 Mar 2010 10:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://kpumuk.info/ajax/ajax-enabled-smarty-pluginsajax-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd%d1%8b-%d0%b4%d0%bb%d1%8f-smarty/#comment-119390</guid>
		<description>Дмитрий, а Вы не могли бы уделить немного времени и написать третью часть по использованию данных плагинах, но в этой статье более подробно описать принцип создания и взаимодействия.... если честно, уже столько времени бьюсь и не понимаю многих вещей...вроде и и понятно, но в тоже время не получается... Где то в комментах, некий гражданин выложил улучшенную версию с поддержкой ООП - а это именно то, что меня интересует... просто хочется увидеть мануал, где по этапам расписано, как и что применять...))) Ну если не сложно... Заранее спасибо.</description>
		<content:encoded><![CDATA[<p>Дмитрий, а Вы не могли бы уделить немного времени и написать третью часть по использованию данных плагинах, но в этой статье более подробно описать принцип создания и взаимодействия&#8230;. если честно, уже столько времени бьюсь и не понимаю многих вещей&#8230;вроде и и понятно, но в тоже время не получается&#8230; Где то в комментах, некий гражданин выложил улучшенную версию с поддержкой ООП &#8211; а это именно то, что меня интересует&#8230; просто хочется увидеть мануал, где по этапам расписано, как и что применять&#8230;))) Ну если не сложно&#8230; Заранее спасибо.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
