<?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>Web Mahsulleri ! &#187; FDL Core</title>
	<atom:link href="http://www.webmahsulleri.com/category/php/php-faces/fdl-php-faces-php/core/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmahsulleri.com</link>
	<description>İnsan Programı</description>
	<lastBuildDate>Thu, 15 Sep 2011 11:58:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>PHP Faces UI Dojo Widget örnekleri</title>
		<link>http://www.webmahsulleri.com/php/php-faces-ui-dojo-widget-ornekleri/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces-ui-dojo-widget-ornekleri/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 04:40:42 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[FDL]]></category>
		<category><![CDATA[FDL Core]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Faces]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=423</guid>
		<description><![CDATA[&#38;lt;/p&#38;gt;]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces-ui-dojo-widget-ornekleri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foreach etiketi</title>
		<link>http://www.webmahsulleri.com/php/php-faces/foreach-etiketi/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces/foreach-etiketi/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 03:17:14 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[FDL]]></category>
		<category><![CDATA[FDL Core]]></category>
		<category><![CDATA[PHP Faces]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=155</guid>
		<description><![CDATA[For etiketine benzer bir şekilde çalışır diziler ve nesneler üzerinde etkilidir. var ve item isimlerinde iki niteliği vardır var: iterasyon yapılacak nesne ya da dizi item : işlem sırasındaki gecerli nesne Örnek foreach &#60;?php class Person { public $id; public $name; public $phones =array(); } ?&#62; Yukarıdaki sınıftan oluşturulan bir diziyi dolaşan foreach örneği örnekteki &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/php-faces/foreach-etiketi/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces/foreach-etiketi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For etiketi</title>
		<link>http://www.webmahsulleri.com/php/php-faces/for-etiketi/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces/for-etiketi/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 03:04:53 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[FDL]]></category>
		<category><![CDATA[FDL Core]]></category>
		<category><![CDATA[PHP Faces]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=151</guid>
		<description><![CDATA[for etiketi döngü oluşturmak için kullanılır. dört niteliği bulunmaktadır. var : değişken begin : başlama değeri bir tam sayı to : bitiş değeri bir tam sayı step : artış miktarı  var ile belirten değişkeni begin ile belirtilen başlangıç değerinden başlayarak to ile belirtilen miktara ulaşıncaya kadar step ile belirtilen miktar kadar artırır. Örnek 1 den &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/php-faces/for-etiketi/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces/for-etiketi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elseif etiketi</title>
		<link>http://www.webmahsulleri.com/php/php-faces/elseif-etiketi/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces/elseif-etiketi/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 02:20:03 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[FDL]]></category>
		<category><![CDATA[FDL Core]]></category>
		<category><![CDATA[PHP Faces]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=144</guid>
		<description><![CDATA[elseif etiketi if etiketi ile birlikte kullanılır. if ile kullanılan ifadenin yanlış olması durumunda elseif etiketinin doğrulu karşılaştırılır. Örnek elseif &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; &#60;faces&#62; &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; &#60;c:if test=&#34;#{$name==&#039;bora&#039;}&#34;&#62; &#60;c:out value=&#34;#{$name}&#34;/&#62; &#60;c:elseif test=&#34;#{$name==&#039;huseyin&#039;}&#34;&#62; &#60;c:out value=&#34;isim huseyin&#34;/&#62; &#60;/c:elseif&#62; &#60;/c:if&#62; &#60;/faces&#62; Örnek if elseif else &#60;faces&#62; &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; &#60;c:if test=&#34;#{$name==&#039;bora&#039;}&#34;&#62; &#60;c:out value=&#34;isim bora&#34;/&#62; &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/php-faces/elseif-etiketi/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces/elseif-etiketi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Else etiketi</title>
		<link>http://www.webmahsulleri.com/php/php-faces/else-etiketi/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces/else-etiketi/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 02:10:57 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[FDL]]></category>
		<category><![CDATA[FDL Core]]></category>
		<category><![CDATA[PHP Faces]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=141</guid>
		<description><![CDATA[Else etiketi if etiketi ile birlikte kullanılır. if ile kullanılan ifaden yanlış olması durumunda geçerlidir. Örnek else &#60;faces&#62; &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; &#60;c:if test=&#34;$name==&#039;bora&#039;&#34;&#62; &#60;c:out value=&#34;#{$name}&#34;/&#62; &#60;c:else&#62; &#60;c:out value=&#34;Başka bir isim #{$name}&#34;/&#62; &#60;/c:else&#62; &#60;/c:if&#62; &#60;faces&#62; Çift ve tek sayıları ayırt eden bir örnek &#60;faces&#62; &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; &#60;c:for var=&#34;$i&#34; begin=&#34;1&#34; to=&#34;12&#34; step=&#34;1&#34;&#62; &#60;c:if test=&#34;($i%2)==1&#34;&#62; &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/php-faces/else-etiketi/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces/else-etiketi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>İf etiketi</title>
		<link>http://www.webmahsulleri.com/php/php-faces/if-etiketi/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces/if-etiketi/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 02:01:29 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[FDL]]></category>
		<category><![CDATA[FDL Core]]></category>
		<category><![CDATA[PHP Faces]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=135</guid>
		<description><![CDATA[if etiketi Karşılaştırma yapmak için kullanılır test niteliğine karşılaştırma ifadesi yerleştirilir. Örnek İf &#60;faces&#62; &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; &#60;c:if test=&#34;#{$name==&#039;bora&#039;}&#34;&#62; &#60;c:out value=&#34;#{$name}&#34;/&#62; &#60;/c:if&#62; &#60;/faces&#62;   İf için başkabir örnek &#60;faces&#62; &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; &#60;c:if test=&#34;#{$i&#62;0  AND $i&#60;10}&#34;&#62; &#60;c:out value=&#34;sayı  10 ile  1 arasinda&#34;/&#62; &#60;/c:if&#62; &#60;/faces&#62;   İf için başkabir örnek &#60;faces&#62; &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/php-faces/if-etiketi/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces/if-etiketi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Faces FDL Core kütüphanesi</title>
		<link>http://www.webmahsulleri.com/php/php-faces/php-faces-fdl-core-kutuphanesi/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces/php-faces-fdl-core-kutuphanesi/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:57:40 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[FDL]]></category>
		<category><![CDATA[FDL Core]]></category>
		<category><![CDATA[PHP Faces]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=128</guid>
		<description><![CDATA[Core statik bir etiket kütüphanesidir. içerisinde temel işlem etiketleri bulunur. bunlar out if else elseif for foreach Core kütüphanesini aşağıdaki gibi view dosyasına dahil edilir &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; Out etiketi Çıktı için kullanılır. çıktıya gönderilecek veri  bu etiketin value niteliği ile belirtilir Örnek Out &#60;faces&#62; &#60;@import prefix=&#34;c&#34; taglib=&#34;phpf.core&#34; type=&#34;static&#34;/&#62; &#60;c:out value=&#34;Merhaba dünya&#34;/&#62; &#60;c:out value=&#34;#{birdeğişken}&#34;/&#62; &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/php-faces/php-faces-fdl-core-kutuphanesi/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces/php-faces-fdl-core-kutuphanesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

