<?xml version="1.0" encoding="iso-8859-9"?>
<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>CODE PROJECT &#124; php, codeigniter, smarty, design patterns &#187; smarty</title>
	<atom:link href="http://code.internet.com.tr/kategori/php/smarty/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.internet.com.tr</link>
	<description>bir gün bir gün bir çocuk</description>
	<lastBuildDate>Sun, 31 Jan 2010 11:11:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>smarty</title>
		<link>http://code.internet.com.tr/smarty/</link>
		<comments>http://code.internet.com.tr/smarty/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 20:32:15 +0000</pubDate>
		<dc:creator>Emre Çevik</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[proje]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[kurulum]]></category>
		<category><![CDATA[smarty kurulumu]]></category>
		<category><![CDATA[tema]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=410</guid>
		<description><![CDATA[projemizde codeigniter ile smarty kullanacağız. aslında codeigniter&#8217;in kendi template parseri var. fakat smarty kullanılması tema dosyalarının daha duzenli ve okunaklı olmasını sağlıyor veya bana öyle geliyor.
bu konuda codeigniter ile birlikte smarty&#8217;nin nasıl kullanılacağını anlatacağım.

önceki yazılarımızda codeigniter&#8217;i nasıl kuralacağınızı anlatmıştım.
smarty&#8217;nin sitesinden son sürümünü indiriyoruz. ben 2.6.26 sürümünü indirdim ve /libs klasörünü codeigniteri yuklediğimiz /project klasorunun içine [...]]]></description>
		<wfw:commentRss>http://code.internet.com.tr/smarty/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>3 katmanlı mimari ve php -2-</title>
		<link>http://code.internet.com.tr/3-katmanli-mimari-ve-php-2/</link>
		<comments>http://code.internet.com.tr/3-katmanli-mimari-ve-php-2/#comments</comments>
		<pubDate>Sun, 24 May 2009 04:38:01 +0000</pubDate>
		<dc:creator>Emre Çevik</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=151</guid>
		<description><![CDATA[Artık haber sistemini yapmaya başlıyoruz. Öncelikle bu bölümde yapacağımız haber sistemini tanımlayalım. Haber sistemi 3 sayfadan oluşuyor.
1- Ana sayfa
2- Kategori safası
3- Haber detayları

makalenin birinci bölümünü oku
Ana sayfayı yapmaya başlayalım :

Yukarıdaki resimde ana sayfamız görünmektedir. Sol taraftaki haber listesini oluşturmak için fonksiyonumuzu yazalım.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
function ShowHeadlines&#40;$limit=10,$start=&#34;&#34;,$category=&#34;&#34;&#41; 
    &#123; 
&#160;
&#160;
       [...]]]></description>
		<wfw:commentRss>http://code.internet.com.tr/3-katmanli-mimari-ve-php-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 katmanlı mimari ve php -1-</title>
		<link>http://code.internet.com.tr/3-katmanli-mimari-ve-php-1/</link>
		<comments>http://code.internet.com.tr/3-katmanli-mimari-ve-php-1/#comments</comments>
		<pubDate>Sun, 24 May 2009 04:11:37 +0000</pubDate>
		<dc:creator>Emre Çevik</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=133</guid>
		<description><![CDATA[Öncelikle makaleyi okumaya başlamadan önce dosyaları indirip dosyalardan takip etmenizi tavsiye ederim dosyaları indirmek için tıklayın. Bu makale yeni başlayanlar için değildir.
Bu mimariye göre projemiz 3 ayrı katmana bölünür.
Bunlar :
1. Sunum Katmanı (Presentation Layer)
Sunum katmanı, İş katmanı ve Veri katmanından gelen bilgilerin kullanıcılara gösterildiği kısımdır. Yani bir arayüz denebilir. HTML sayfalar bu katmana örnek verilebilir.
2. [...]]]></description>
		<wfw:commentRss>http://code.internet.com.tr/3-katmanli-mimari-ve-php-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
