<?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>Benoitt76 &#187; Zend</title>
	<atom:link href="http://www.benoitt76.info/category/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benoitt76.info</link>
	<description>aides et astuces de développement</description>
	<lastBuildDate>Wed, 10 Feb 2010 14:44:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Manipuler Zend_Date</title>
		<link>http://www.benoitt76.info/manipuler-zend_date/</link>
		<comments>http://www.benoitt76.info/manipuler-zend_date/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 10:06:29 +0000</pubDate>
		<dc:creator>Benoitt76</dc:creator>
				<category><![CDATA[Zend]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Zend_Date]]></category>

		<guid isPermaLink="false">http://www.benoitt76.info/?p=24</guid>
		<description><![CDATA[Date courante :
$dateTime = new Zend_Date();
Récupérer simplement la date :
$date = $dateTime->get(Zend_Date::DATES);

Récupérer simplement l&#8217;heure :
$heure = $dateTime->get(Zend_Date::TIMES);
Récupérer l&#8217;année courante :
$year = $dateTime->get(Zend_Date::YEAR);
Récupérer le mois courant :
$month = $dateTime->get(Zend_Date::MONTH);
Récupérer le jour courant :
$day = $dateTime->get(Zend_Date::DAY);
Récupérer l&#8217;heure courante :
$hour = $dateTime->get(Zend_Date::HOUR);
Récupérer les minute courante :
$minute = $dateTime->get(Zend_Date::MINUTE);
Récupérer les secondes courante :
$second = $dateTime->get(Zend_Date::SECOND);
Créer une date existante :
$date [...]]]></description>
		<wfw:commentRss>http://www.benoitt76.info/manipuler-zend_date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Form et un select box en ajax</title>
		<link>http://www.benoitt76.info/zend-form-et-un-select-box-en-ajax/</link>
		<comments>http://www.benoitt76.info/zend-form-et-un-select-box-en-ajax/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:00:30 +0000</pubDate>
		<dc:creator>Benoitt76</dc:creator>
				<category><![CDATA[Zend]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[Select]]></category>

		<guid isPermaLink="false">http://hebergement.benoitt76.info/Benoitt76.info/?p=6</guid>
		<description><![CDATA[Conditions :

Zend_Form_Element_Select alimenté en ajax.

Probléme :

La select box renvoie la bonne valeur, mais le validateur refuse de valider le formulaire car il ne connais pas les valeur.]]></description>
		<wfw:commentRss>http://www.benoitt76.info/zend-form-et-un-select-box-en-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
