<?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; proxy</title>
	<atom:link href="http://code.internet.com.tr/etiket/proxy/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>HEADERFUNCTION, WRITEFUNCTION ve Firebug</title>
		<link>http://code.internet.com.tr/headerfunction-writefunction-ve-firebug/</link>
		<comments>http://code.internet.com.tr/headerfunction-writefunction-ve-firebug/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 21:16:52 +0000</pubDate>
		<dc:creator>Fatih</dc:creator>
				<category><![CDATA[curl]]></category>
		<category><![CDATA[ipuçları]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[headerfunction]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[writefunction]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=495</guid>
		<description><![CDATA[Tekrar merhaba..
Kaldığımız yerden cURL kütüphanesine devam, bu yazıda cURL&#8216;in bünyesinde barındırdığı HEADERFUNCTION ve WRITEFUNCTION özelliklerini izah etmeye çalışacağım.Ayrıca daha önceki yazıda belirttiğim, cURL kullanırken elimizin altında olması yararımıza olan FireBug adlı Firefox eklentisinin kullanım yerlerinden ve şeklinden kısaca bahsedeceğiz.

HEADERFUNCTION ve WRITEFUNCTION dediğimiz şeyler, cURL kütüphanesinin dahilinde bulunan, belirlediğimiz bir cURL oturumuna özellik atamak için kullandığımız [...]]]></description>
		<wfw:commentRss>http://code.internet.com.tr/headerfunction-writefunction-ve-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>proxy design pattern &#8211; php</title>
		<link>http://code.internet.com.tr/proxy-design-pattern/</link>
		<comments>http://code.internet.com.tr/proxy-design-pattern/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 22:42:00 +0000</pubDate>
		<dc:creator>Emre Çevik</dc:creator>
				<category><![CDATA[design patterns]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[structural]]></category>
		<category><![CDATA[tasarım şablonu]]></category>
		<category><![CDATA[vekil]]></category>
		<category><![CDATA[yapısal]]></category>

		<guid isPermaLink="false">http://code.internet.com.tr/?p=370</guid>
		<description><![CDATA[Proxy (vekil) tasarım şablonu yapısal (structural patterns) tasarım şablonları gurubunda yer alır. Kullanım amacı başka bir nesneye kontrol ve erişim için vekillik sağlamaktır.


şimdi öğreniğimizi inceleyelim.

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
43
44
45
46
47
48
49
50
&#60;?php
&#160;
interface GeneratorInterface
&#123;
    public function showImage&#40;&#41;;
&#125;
&#160;
// realsubject sınıfı
&#160;
class ImageGenerator implements GeneratorInterface
&#123;
    private $image;
&#160;
    function __construct&#40;$image&#41;
    &#123;
     [...]]]></description>
		<wfw:commentRss>http://code.internet.com.tr/proxy-design-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
