<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commentaires sur : Un modeste conteneur de paramètres en PHP5</title>
	<atom:link href="http://www.glagla.org/weblog/2009/03/13/un-modeste-conteneur-de-parametres-en-php5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glagla.org/weblog/2009/03/13/un-modeste-conteneur-de-parametres-en-php5/</link>
	<description>Le blog sans prétentions d&#039;Olivier Mansour</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:45:03 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Olivier Mansour</title>
		<link>http://www.glagla.org/weblog/2009/03/13/un-modeste-conteneur-de-parametres-en-php5/comment-page-1/#comment-1605</link>
		<dc:creator>Olivier Mansour</dc:creator>
		<pubDate>Sat, 05 Jun 2010 17:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.glagla.org/weblog/?p=717#comment-1605</guid>
		<description>une autre approche intéressante : 

http://wiip.fr/content/proprietes-en-php</description>
		<content:encoded><![CDATA[<p>une autre approche intéressante : </p>
<p><a href="http://wiip.fr/content/proprietes-en-php" rel="nofollow">http://wiip.fr/content/proprietes-en-php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Hugo</title>
		<link>http://www.glagla.org/weblog/2009/03/13/un-modeste-conteneur-de-parametres-en-php5/comment-page-1/#comment-1276</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Sat, 28 Mar 2009 17:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.glagla.org/weblog/?p=717#comment-1276</guid>
		<description>Ta méthode hasParameter() peut se simplifier tout simplement en :

public function hasParameter($key)
{
  return array_key_exists(strtolower($key), $this-&gt;getParameters());
}

PS : au passage j&#039;ai ajouté le strtolower() qui manquait vu que tu le forces dans le setParameter().

Hugo.</description>
		<content:encoded><![CDATA[<p>Ta méthode hasParameter() peut se simplifier tout simplement en :</p>
<p>public function hasParameter($key)<br />
{<br />
  return array_key_exists(strtolower($key), $this->getParameters());<br />
}</p>
<p>PS : au passage j&#8217;ai ajouté le strtolower() qui manquait vu que tu le forces dans le setParameter().</p>
<p>Hugo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : YouKnowRiad</title>
		<link>http://www.glagla.org/weblog/2009/03/13/un-modeste-conteneur-de-parametres-en-php5/comment-page-1/#comment-1263</link>
		<dc:creator>YouKnowRiad</dc:creator>
		<pubDate>Fri, 13 Mar 2009 20:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.glagla.org/weblog/?p=717#comment-1263</guid>
		<description>Très intéressant je trouve. j&#039;avais jamais pensé à utiliser la méthode call ainsi. Merci</description>
		<content:encoded><![CDATA[<p>Très intéressant je trouve. j&#8217;avais jamais pensé à utiliser la méthode call ainsi. Merci</p>
]]></content:encoded>
	</item>
</channel>
</rss>

