<?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>Cymen&#039;s Blog &#187; PHP</title>
	<atom:link href="http://blog.cymen.org/category/web-development/php-web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cymen.org</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 17:53:55 +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>ASP.NET MVC for PHP Programmers</title>
		<link>http://blog.cymen.org/2010/02/22/asp-net-mvc-for-php-programmers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asp-net-mvc-for-php-programmers</link>
		<comments>http://blog.cymen.org/2010/02/22/asp-net-mvc-for-php-programmers/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 23:37:30 +0000</pubDate>
		<dc:creator>Cymen</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.cymen.org/?p=148</guid>
		<description><![CDATA[Routes are rewrite rules with the &#8220;object defaults&#8221; part of the routes being similar to the variables parsed out of the URL via mod_rewrite (but they the &#8220;object defaults&#8221; can store values from other sources so the routes are somewhat like a data store). ViewData[] is similar to a global variable in PHP and it [...]]]></description>
			<content:encoded><![CDATA[<p>Routes are rewrite rules with the &#8220;object defaults&#8221; part of the routes being similar to the variables parsed out of the URL via mod_rewrite (but they the &#8220;object defaults&#8221; can store values from other sources so the routes are somewhat like a data store).</p>
<p>ViewData[] is similar to a global variable in PHP and it is populated by the Controllers and seen by the Models.</p>
<p>Lots of differences of course but just a quick thought&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cymen.org/2010/02/22/asp-net-mvc-for-php-programmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

