<?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>Add on for my life &#187; Php</title>
	<atom:link href="http://www.eklenti.org/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eklenti.org</link>
	<description>It is all about my articles.</description>
	<lastBuildDate>Tue, 15 Nov 2011 20:59:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Url Kısaltma Servisim</title>
		<link>http://www.eklenti.org/2011/11/url-kisaltma-servisim/</link>
		<comments>http://www.eklenti.org/2011/11/url-kisaltma-servisim/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 14:03:42 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[Url Kısaltma]]></category>
		<category><![CDATA[Url Shorten]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/?p=208</guid>
		<description><![CDATA[Url Kısaltma servisleri eskiden çok revaçta değillerdi. Bir çok programcı bundan bir kaç yıl önce url servislerini yazıp bıraktılar. Bu kısaltma servisine girmememin tek sebebi yeterince olgunlaşmamış olarak görmem. Bir çok site bu işi para kazanmak için yapıyor diğerleri ise api eksiklikleri (ya da olmaması) kullanıcılara para vermeyi vaad ! edip kendi reklamlarını yayınlamaları yüzünden [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2011/11/url-kisaltma-servisim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sefurl with Zend Framework</title>
		<link>http://www.eklenti.org/2010/04/sefurl-with-zend-framework/</link>
		<comments>http://www.eklenti.org/2010/04/sefurl-with-zend-framework/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 11:50:53 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[programlama]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/?p=63</guid>
		<description><![CDATA[Zend gerçekten çok güçlü frameworktür. Bir çok büyük projede kullanabiliriz. Ama bildiğiniz üzere artık internette projelerden daha çok oluşturulan projelerin bilinirliği gereklidir. Bunun en önemli yollarından biride bildiğiniz üzere SEO çalışmalarıdır. Bu seo çalışmalarının en önemli ayaklarından biride sef link dediğimiz olaydır. Bu kısım zendde açıkçası biraz daha zordur. Zend&#8217;e ait standart link yönlendirmesi controller/action/var1/value1 [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2010/04/sefurl-with-zend-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Smarty Cache</title>
		<link>http://www.eklenti.org/2009/04/how-to-smarty-cache/</link>
		<comments>http://www.eklenti.org/2009/04/how-to-smarty-cache/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:47:14 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/?p=147</guid>
		<description><![CDATA[Ok. If you use smarty and some part of your web site are no need to uptime any time, we can use the Smarty cache. But smarty cache is not usefull for big project. But you can use in very simple let&#8217;s start. First Prepare script for smarty. require &#8216;kernel/libs/Smarty.class.php&#8217;; // This is my smarty [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2009/04/how-to-smarty-cache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend Cache with Zend Framework (Simple Function)</title>
		<link>http://www.eklenti.org/2009/02/cache-with-zend-framework/</link>
		<comments>http://www.eklenti.org/2009/02/cache-with-zend-framework/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 07:40:02 +0000</pubDate>
		<dc:creator>Root</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[programlama]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.eklenti.org/?p=79</guid>
		<description><![CDATA[Ok. In my new project we have a lot of dymanic part. This part actually not up-to-date every time. (maybe one or two times in a day). If we use html for this part , we are so tried to update it. If we use sql all time (daily 2k+ visitor and growing) system to [...]]]></description>
		<wfw:commentRss>http://www.eklenti.org/2009/02/cache-with-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

