<?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>Comments on: Mapping request parameters to action method parameters</title>
	<atom:link href="http://fbdevzone.com/2009/10/request-parameter-mapping/feed/" rel="self" type="application/rss+xml" />
	<link>http://fbdevzone.com/2009/10/request-parameter-mapping/</link>
	<description>Pale moon is shining</description>
	<lastBuildDate>Fri, 13 Nov 2009 21:14:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matthew Ratzloff</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-51</link>
		<dc:creator>Matthew Ratzloff</dc:creator>
		<pubDate>Fri, 13 Nov 2009 21:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-51</guid>
		<description>The Zend Framework community doesn&#039;t just add random code from around the Web into the framework.  Albeva would have to create a proposal if he would like to get something like this looked at by the community.  I will say that it is unlikely for 2.0 given that there is an effort to make the MVC dispatch process faster and more streamlined.</description>
		<content:encoded><![CDATA[<p>The Zend Framework community doesn&#8217;t just add random code from around the Web into the framework.  Albeva would have to create a proposal if he would like to get something like this looked at by the community.  I will say that it is unlikely for 2.0 given that there is an effort to make the MVC dispatch process faster and more streamlined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Ribakoff</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-50</link>
		<dc:creator>Josh Ribakoff</dc:creator>
		<pubDate>Tue, 10 Nov 2009 05:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-50</guid>
		<description>Why would ZF link this from homepage, but NOT put it in their incubator SVN? It frustrates me I have to copy paste this file everytime I am setting up something on ZF I wasnt to use it with. They should add this to the incubator so we can get it with an SVN external.</description>
		<content:encoded><![CDATA[<p>Why would ZF link this from homepage, but NOT put it in their incubator SVN? It frustrates me I have to copy paste this file everytime I am setting up something on ZF I wasnt to use it with. They should add this to the incubator so we can get it with an SVN external.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albeva</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-49</link>
		<dc:creator>Albeva</dc:creator>
		<pubDate>Thu, 05 Nov 2009 23:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-49</guid>
		<description>This is not true. Please look more closely at the source. Only arguments present in the method signature are mapped. Secondly lookup call_user_func_array in php documentation. It only calls the method and does not assign any values to variables defined within the method. Only in the signature.

Or did I misunderstand you?</description>
		<content:encoded><![CDATA[<p>This is not true. Please look more closely at the source. Only arguments present in the method signature are mapped. Secondly lookup call_user_func_array in php documentation. It only calls the method and does not assign any values to variables defined within the method. Only in the signature.</p>
<p>Or did I misunderstand you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Groeneveld</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-48</link>
		<dc:creator>Frank Groeneveld</dc:creator>
		<pubDate>Thu, 05 Nov 2009 20:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-48</guid>
		<description>This solution is not very secure. It allows the user to set values of any variable in your function, because the call_user_func_array function doesn&#039;t check for variables that are not parameters of the function.</description>
		<content:encoded><![CDATA[<p>This solution is not very secure. It allows the user to set values of any variable in your function, because the call_user_func_array function doesn&#8217;t check for variables that are not parameters of the function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-47</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 04 Nov 2009 12:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-47</guid>
		<description>Hi,

this looks really great and makes my colleague happy :-) But one question: Have you tried to get your changes include into the &quot;official&quot; Framework? 

Regards

Robert</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>this looks really great and makes my colleague happy <img src='http://fbdevzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  But one question: Have you tried to get your changes include into the &#8220;official&#8221; Framework? </p>
<p>Regards</p>
<p>Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilfried Loche</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-21</link>
		<dc:creator>Wilfried Loche</dc:creator>
		<pubDate>Tue, 27 Oct 2009 09:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-21</guid>
		<description>Hi,

I haven&#039;t implemented your mapping because stg was missing to me: you propose get on requests but not set.
I will try to use the &#039;&amp;&#039; notation to promote set params I need... If this works correctly, our code will be greatly cleaned!

Thx again for your sample code,
Wilfried</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I haven&#8217;t implemented your mapping because stg was missing to me: you propose get on requests but not set.<br />
I will try to use the &#8216;&amp;&#8217; notation to promote set params I need&#8230; If this works correctly, our code will be greatly cleaned!</p>
<p>Thx again for your sample code,<br />
Wilfried</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Noya</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-15</link>
		<dc:creator>Richard Noya</dc:creator>
		<pubDate>Tue, 20 Oct 2009 08:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-15</guid>
		<description>Thanks, very intuitive. Excellent solution to use PHP doc. Once worked with it, it indeed should become default behaviour.</description>
		<content:encoded><![CDATA[<p>Thanks, very intuitive. Excellent solution to use PHP doc. Once worked with it, it indeed should become default behaviour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-11</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 10 Oct 2009 11:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-11</guid>
		<description>Nice idea, will try that in some of my future projects. Thanks for this post!</description>
		<content:encoded><![CDATA[<p>Nice idea, will try that in some of my future projects. Thanks for this post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico Cargnelutti (fedecarg) 's status on Thursday, 08-Oct-09 21:37:51 UTC - Identi.ca</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-9</link>
		<dc:creator>Federico Cargnelutti (fedecarg) 's status on Thursday, 08-Oct-09 21:37:51 UTC - Identi.ca</dc:creator>
		<pubDate>Thu, 08 Oct 2009 21:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-9</guid>
		<description>[...] request parameters to action method parameters http://fbdevzone.com/2009/10/request-parameter-mapping/ [...]</description>
		<content:encoded><![CDATA[<p>[...] request parameters to action method parameters <a href="http://fbdevzone.com/2009/10/request-parameter-mapping/" rel="nofollow">http://fbdevzone.com/2009/10/request-parameter-mapping/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilfried Loche</title>
		<link>http://fbdevzone.com/2009/10/request-parameter-mapping/comment-page-1/#comment-8</link>
		<dc:creator>Wilfried Loche</dc:creator>
		<pubDate>Thu, 08 Oct 2009 06:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://fbdevzone.com/?p=3#comment-8</guid>
		<description>This may be an answer: performances will be lower than doing nothing (sic!).
This is a choice: make developper&#039;s life better or server&#039;s life better...

I have chosen both as far it is possible. I put reflexion informations into cache :)

Wilfried</description>
		<content:encoded><![CDATA[<p>This may be an answer: performances will be lower than doing nothing (sic!).<br />
This is a choice: make developper&#8217;s life better or server&#8217;s life better&#8230;</p>
<p>I have chosen both as far it is possible. I put reflexion informations into cache <img src='http://fbdevzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Wilfried</p>
]]></content:encoded>
	</item>
</channel>
</rss>
