<?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 for Henrique Barroso - Web developer freelancer</title>
	<atom:link href="http://www.henriquebarroso.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.henriquebarroso.com</link>
	<description>Porfolio, Web Development, Design and  Security</description>
	<lastBuildDate>Fri, 13 Aug 2010 20:47:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on How to create a simple MVC framework in PHP by nasier</title>
		<link>http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/comment-page-1/#comment-357</link>
		<dc:creator>nasier</dc:creator>
		<pubDate>Fri, 13 Aug 2010 20:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=1#comment-357</guid>
		<description>It&#039;s amazing tutorial, I have one question:
from the base.php we will get url like this mysite.com/controller/method/param, i am wondering how to hide the method from the url for so it can be mysite.com/controller/param  ?
thanks for sharing .</description>
		<content:encoded><![CDATA[<p>It&#8217;s amazing tutorial, I have one question:<br />
from the base.php we will get url like this mysite.com/controller/method/param, i am wondering how to hide the method from the url for so it can be mysite.com/controller/param  ?<br />
thanks for sharing .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a simple MVC framework in PHP by Julio B.</title>
		<link>http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/comment-page-1/#comment-356</link>
		<dc:creator>Julio B.</dc:creator>
		<pubDate>Tue, 20 Jul 2010 21:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=1#comment-356</guid>
		<description>Sou meio que iniciante em PHP, mas gostaria de saber quanto a performance, sei que é uma aplicaçao exemplo e tal, mas seria viavel a utilização desse codigo em sites com grande acesso?</description>
		<content:encoded><![CDATA[<p>Sou meio que iniciante em PHP, mas gostaria de saber quanto a performance, sei que é uma aplicaçao exemplo e tal, mas seria viavel a utilização desse codigo em sites com grande acesso?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regular expressions from noob to ninja (part I) by Destillat #47 &#8211; Web- und Softwareentwicklung &#124; Open Source und Wetware</title>
		<link>http://www.henriquebarroso.com/regular-expressions-from-noob-to-ninja-part-i/comment-page-1/#comment-350</link>
		<dc:creator>Destillat #47 &#8211; Web- und Softwareentwicklung &#124; Open Source und Wetware</dc:creator>
		<pubDate>Fri, 25 Jun 2010 08:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=315#comment-350</guid>
		<description>[...] Regular expressions from noob to ninja (part I) [...]</description>
		<content:encoded><![CDATA[<p>[...] Regular expressions from noob to ninja (part I) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a simple MVC framework in PHP by Henrique B.</title>
		<link>http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/comment-page-1/#comment-347</link>
		<dc:creator>Henrique B.</dc:creator>
		<pubDate>Sun, 20 Jun 2010 16:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=1#comment-347</guid>
		<description>Hi Jordan, that normally means PHP is trying to find an array index value but can&#039;t find it.
Make sure you have mod-rewrite active on you apache, and you have .htaccess in the main folder as well</description>
		<content:encoded><![CDATA[<p>Hi Jordan, that normally means PHP is trying to find an array index value but can&#8217;t find it.<br />
Make sure you have mod-rewrite active on you apache, and you have .htaccess in the main folder as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a simple MVC framework in PHP by Jordan</title>
		<link>http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/comment-page-1/#comment-346</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Thu, 03 Jun 2010 02:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=1#comment-346</guid>
		<description>I&#039;m getting a undefined index error...I&#039;m running the script on a wamp server. Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting a undefined index error&#8230;I&#8217;m running the script on a wamp server. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you really need to create your own framework ? by Henrique B.</title>
		<link>http://www.henriquebarroso.com/do-you-really-need-to-create-your-own-framework/comment-page-1/#comment-341</link>
		<dc:creator>Henrique B.</dc:creator>
		<pubDate>Tue, 11 May 2010 08:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=290#comment-341</guid>
		<description>Yeah, I know that this may sound weird but if you noticed it, I&#039;m not against creating a  good open sourced framework. What I&#039;m against  is related to how many custom (most of them closed-source) poorly frameworks there are out there and if that&#039;s really useful for any of us. I&#039;m not against Kohana or PHPCake just because Rails or Django are out there, these serve a target community and do it very well. Also, I believe that teaching or show how to layout a very basic MVC framework won&#039;t make you create a new one.</description>
		<content:encoded><![CDATA[<p>Yeah, I know that this may sound weird but if you noticed it, I&#8217;m not against creating a  good open sourced framework. What I&#8217;m against  is related to how many custom (most of them closed-source) poorly frameworks there are out there and if that&#8217;s really useful for any of us. I&#8217;m not against Kohana or PHPCake just because Rails or Django are out there, these serve a target community and do it very well. Also, I believe that teaching or show how to layout a very basic MVC framework won&#8217;t make you create a new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you really need to create your own framework ? by thadeusb</title>
		<link>http://www.henriquebarroso.com/do-you-really-need-to-create-your-own-framework/comment-page-1/#comment-340</link>
		<dc:creator>thadeusb</dc:creator>
		<pubDate>Tue, 11 May 2010 03:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=290#comment-340</guid>
		<description>I find it odd that you write this post, critizing the creation of a custom framework, and you have a tutorial about how to create one?</description>
		<content:encoded><![CDATA[<p>I find it odd that you write this post, critizing the creation of a custom framework, and you have a tutorial about how to create one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a simple MVC framework in PHP by Henrique B.</title>
		<link>http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/comment-page-1/#comment-337</link>
		<dc:creator>Henrique B.</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=1#comment-337</guid>
		<description>Yes, in fact I was inspired on CI for this tutorial. I&#039;m glad you like it :)</description>
		<content:encoded><![CDATA[<p>Yes, in fact I was inspired on CI for this tutorial. I&#8217;m glad you like it <img src='http://www.henriquebarroso.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a simple MVC framework in PHP by Deluxe Blog Tips</title>
		<link>http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/comment-page-1/#comment-336</link>
		<dc:creator>Deluxe Blog Tips</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=1#comment-336</guid>
		<description>Nice tutorial. The directory structure and the code looks like the CodeIgniter framework, doesn&#039;t it? But I love the way you explain all of these &quot;hard&quot; thing (for beginners). Thank you very much for sharing.</description>
		<content:encoded><![CDATA[<p>Nice tutorial. The directory structure and the code looks like the CodeIgniter framework, doesn&#8217;t it? But I love the way you explain all of these &#8220;hard&#8221; thing (for beginners). Thank you very much for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a simple MVC framework in PHP by Diorges</title>
		<link>http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/comment-page-1/#comment-333</link>
		<dc:creator>Diorges</dc:creator>
		<pubDate>Mon, 15 Mar 2010 23:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.henriquebarroso.com/?p=1#comment-333</guid>
		<description>Olá Henrique, estou criando minha propria framework, e gostaria de tirar uma duvida com vc, mas claro, só se vc souber...

Quando eu requisito o URI ex.: site.com/controlador/metodo/variavel1/variavel2

Minha duvida é a seguinte, quando passo mais de 1 variavel pro metodo, como eu resgato elas?

eu consegui pegar somente a primeira variavel, gostaria de pegar mais de uma variavel para o metodo

meu_metodo($var1, $var2, $var3)
{
}

onde:

site.com/controlador/metodo/var1/var2/var3

saberia me responder?

Obrigado!</description>
		<content:encoded><![CDATA[<p>Olá Henrique, estou criando minha propria framework, e gostaria de tirar uma duvida com vc, mas claro, só se vc souber&#8230;</p>
<p>Quando eu requisito o URI ex.: site.com/controlador/metodo/variavel1/variavel2</p>
<p>Minha duvida é a seguinte, quando passo mais de 1 variavel pro metodo, como eu resgato elas?</p>
<p>eu consegui pegar somente a primeira variavel, gostaria de pegar mais de uma variavel para o metodo</p>
<p>meu_metodo($var1, $var2, $var3)<br />
{<br />
}</p>
<p>onde:</p>
<p>site.com/controlador/metodo/var1/var2/var3</p>
<p>saberia me responder?</p>
<p>Obrigado!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
