<?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>Tellaw.org &#187; tutoriel</title>
	<atom:link href="http://www.tellaw.org/tag/tutoriel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tellaw.org</link>
	<description>L&#039;important n&#039;est pas le language, c&#039;est vous!</description>
	<lastBuildDate>Sun, 05 Feb 2012 22:41:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP: Création de répertoires recursive.</title>
		<link>http://www.tellaw.org/2008/04/13/php-creation-de-repertoires-recursive/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-creation-de-repertoires-recursive</link>
		<comments>http://www.tellaw.org/2008/04/13/php-creation-de-repertoires-recursive/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 10:43:45 +0000</pubDate>
		<dc:creator>Eric Wallet</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[programmation]]></category>
		<category><![CDATA[tutoriel]]></category>

		<guid isPermaLink="false">http://blog.tellaw.org/?p=8</guid>
		<description><![CDATA[Voici une petite fonction très utile, permettant de créer tous les répertoires d&#8217;un chemin. Cette fonction remplace agréablement le mkdir de PHP. function mkdir_r($dirName, $rights=0777){ $dirs = explode('/', $dirName); $dir=''; foreach ($dirs as $part) { $dir.=$part.'/'; if (!is_dir($dir) &#38;&#38; strlen($dir)&#62;0) mkdir($dir, $rights); } } Appelez-la simplement par un mkdir_r (&#171;&#160;path/to/my/directory&#160;&#187;) et le chemin vous aurez ...]]></description>
		<wfw:commentRss>http://www.tellaw.org/2008/04/13/php-creation-de-repertoires-recursive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Propel : un hibernate like pour PHP&#8230;</title>
		<link>http://www.tellaw.org/2008/04/13/propel-un-hibernate-like-pour-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=propel-un-hibernate-like-pour-php</link>
		<comments>http://www.tellaw.org/2008/04/13/propel-un-hibernate-like-pour-php/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 08:37:46 +0000</pubDate>
		<dc:creator>Eric Wallet</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[programmation]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[tutoriel]]></category>

		<guid isPermaLink="false">http://blog.tellaw.org/?p=6</guid>
		<description><![CDATA[Tout programmeur java connait bien hibernate ou ses equivalents et ne saurait plus maintennant s&#8217;en passer. Finalement, la création des requettes SQL est tellement génératrice de bugs dans le cycle de vie d&#8217;un projet, que l&#8217;utilisation d&#8217;une solution de mapping objet relationnelle (ORM) comme solution de persistence de vos données, doit devenir naturelle. C&#8217;est un ...]]></description>
		<wfw:commentRss>http://www.tellaw.org/2008/04/13/propel-un-hibernate-like-pour-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

