<?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>Mohammed CHERIFI &#187; stdClass</title>
	<atom:link href="http://www.mcherifi.org/tag/stdclass/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mcherifi.org</link>
	<description>Another Web Developper Blog!</description>
	<lastBuildDate>Wed, 16 Jun 2010 17:11:20 +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>PHP Convertir un tableau en objet stdClass</title>
		<link>http://www.mcherifi.org/developpement-web/php/php-convertir-un-tableau-en-objet-stdclass.html</link>
		<comments>http://www.mcherifi.org/developpement-web/php/php-convertir-un-tableau-en-objet-stdclass.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 14:04:30 +0000</pubDate>
		<dc:creator>Mohammed CHERIFI</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array to stdClass]]></category>
		<category><![CDATA[php array to object]]></category>
		<category><![CDATA[stdClass]]></category>
		<category><![CDATA[type casting]]></category>

		<guid isPermaLink="false">http://www.mcherifi.org/?p=523</guid>
		<description><![CDATA[Hola les amis!
Travailler avec des tableaux en PHP est parfois embêtant, surtout quand il s&#8217;agit d&#8217;un long tableau avec une dizaine d&#8217;éléments, je préfère écrire 
$obj->element1->element2->element3
 plutôt  que 
$obj['element1']['element2']['element3']
Dans ce tutoriel on verra comment convertir une variable de type Array à un objet de type stdClass:
On considère le tableau suivant : 

$tab = array(
	&#039;key1&#039; [...]]]></description>
		<wfw:commentRss>http://www.mcherifi.org/developpement-web/php/php-convertir-un-tableau-en-objet-stdclass.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
