<?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; Validation</title>
	<atom:link href="http://www.webmahsulleri.com/tag/validation/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>Doğrulama Sınıfları (Kendi Doğrulayıcılarınız)</title>
		<link>http://www.webmahsulleri.com/php/php-faces/dogrulama-siniflari-kendi-dogrulayicilariniz/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces/dogrulama-siniflari-kendi-dogrulayicilariniz/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 14:56:37 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[Faces ORM]]></category>
		<category><![CDATA[FDL]]></category>
		<category><![CDATA[PHP Faces]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Doğrulama]]></category>
		<category><![CDATA[Entity]]></category>
		<category><![CDATA[Faces Controller]]></category>
		<category><![CDATA[Facete]]></category>
		<category><![CDATA[FQL]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=316</guid>
		<description><![CDATA[Doğrulayıcı(Validator) sınıfları durağan(static) metotları kullanan sınıflardır. işlerinizi kolaylaştırması ve yazılımın bütünleşik parçalar halinde kolektif bir yapıda çalışmasına olanak sağlar. Bir doğrulama metodunun tanımlaması aşağıdaki gibidir static function required(Component $c,Component $m,$message,$success) Birinci parametre “Component $c” doğrulama işleminin yapıldığı bileşen İkinci parametre “Component $m” mesajların yazdırılacağı bileşen Üçüncü parametre uyarı mesajı Dördüncü parametre doğrulama mesajı Örneğin yeni &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/php-faces/dogrulama-siniflari-kendi-dogrulayicilariniz/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces/dogrulama-siniflari-kendi-dogrulayicilariniz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Çoklu Doğrulamalar(Multi Validation)</title>
		<link>http://www.webmahsulleri.com/php/php-faces/coklu-dogrulamalarmulti-validation/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces/coklu-dogrulamalarmulti-validation/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 11:56:34 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[FDL]]></category>
		<category><![CDATA[PHP Faces]]></category>
		<category><![CDATA[Doğrulama]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=313</guid>
		<description><![CDATA[Çoklu doğrulamalar bir bileşene birden çok doğrulama yapmak istediğiniz zaman kullanışlıdır çoklu doğrulamalarda nitelik değerleri &#8220;,&#8221; virgül ile bir birlerinden ayrılmalıdır. Örneğin required ve mail doğrulamalarının birlikte planlanması. &#60;f:textbox name=&#34;email&#34; validator=&#34;validator&#34; rule=&#34;mail,required&#34; message=&#34;*Hatali mail adresi,* Bu alan boş geçilemez&#34; success=&#34;Adres doğrulandı,&#34; messagefor=&#34;msg1,msg2&#34;/&#62; &#60;f:message id=&#34;msg1&#34;/&#62; &#60;f:message id=&#34;msg2&#34;/&#62; Bu örnekte önce mail doğrulaması daha sonra required doğrulaması &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/php-faces/coklu-dogrulamalarmulti-validation/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces/coklu-dogrulamalarmulti-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doğrulama Kullanımları(Validator sınıfı)</title>
		<link>http://www.webmahsulleri.com/php/php-faces/dogrulama-kullanimlarivalidator-sinifi/</link>
		<comments>http://www.webmahsulleri.com/php/php-faces/dogrulama-kullanimlarivalidator-sinifi/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 18:11:58 +0000</pubDate>
		<dc:creator>Hüseyin Bora</dc:creator>
				<category><![CDATA[FDL]]></category>
		<category><![CDATA[PHP Faces]]></category>
		<category><![CDATA[Doğrulama]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://www.webmahsulleri.com/?p=301</guid>
		<description><![CDATA[Validator sınıfının metotları aşağıdaki gibidir. required equals minLength maxLength mail alpha alpha_numeric numeric integer betweenLength between boolean test required post edilen bileşinin içeriğinin boş olup olmadığını kontrol eder Örnek isim :&#60;f:textbox name=&#34;textbox&#34; validator=&#34; validator&#34; rule=&#34;required&#34; message=&#34;Bu alan boş geçilemez&#34; messagefor=&#34;msgbox&#34;/&#62; &#60;f:message  name=&#34;msgbox&#34;/&#62; equals post edilen bileşenin içeriğinin  test niteliği ile uyuşup uyuşmadığını  kontrol eder Örnek &#8230; </p><p><a class="more-link block-button" href="http://www.webmahsulleri.com/php/php-faces/dogrulama-kullanimlarivalidator-sinifi/">Devamını oku &#187;</a>]]></description>
		<wfw:commentRss>http://www.webmahsulleri.com/php/php-faces/dogrulama-kullanimlarivalidator-sinifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

