<?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: An alternative to Poor Man&#8217;s MVC in PHP</title>
	<atom:link href="http://blog.seanja.com/2010/04/an-alternative-to-poor-mans-mvc-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.seanja.com/2010/04/an-alternative-to-poor-mans-mvc-in-php/</link>
	<description>I have come forward in time from the year 1986 to share this with you</description>
	<lastBuildDate>Mon, 16 Jan 2012 15:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://blog.seanja.com/2010/04/an-alternative-to-poor-mans-mvc-in-php/comment-page-1/#comment-6004</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 28 May 2010 04:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=956#comment-6004</guid>
		<description>You should also point out that the first example is wide open to remote file inclusion attacks as it takes an external variable and doesn&#039;t sanitize it before use.</description>
		<content:encoded><![CDATA[<p>You should also point out that the first example is wide open to remote file inclusion attacks as it takes an external variable and doesn&#8217;t sanitize it before use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcus kielly</title>
		<link>http://blog.seanja.com/2010/04/an-alternative-to-poor-mans-mvc-in-php/comment-page-1/#comment-5474</link>
		<dc:creator>marcus kielly</dc:creator>
		<pubDate>Sun, 18 Apr 2010 16:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=956#comment-5474</guid>
		<description>http://www.phpwact.org/pattern/page_controller

A controller/view style object used for serving each page - but without the need for a front controller. Nice for small sites, but can lead to duplicate code between controllers.</description>
		<content:encoded><![CDATA[<p><a href="http://www.phpwact.org/pattern/page_controller" rel="nofollow">http://www.phpwact.org/pattern/page_controller</a></p>
<p>A controller/view style object used for serving each page &#8211; but without the need for a front controller. Nice for small sites, but can lead to duplicate code between controllers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeanJA</title>
		<link>http://blog.seanja.com/2010/04/an-alternative-to-poor-mans-mvc-in-php/comment-page-1/#comment-5459</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Sat, 17 Apr 2010 13:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=956#comment-5459</guid>
		<description>That is a &quot;page controller&quot; that does not implement the full mvc pattern?</description>
		<content:encoded><![CDATA[<p>That is a &#8220;page controller&#8221; that does not implement the full mvc pattern?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeanJA</title>
		<link>http://blog.seanja.com/2010/04/an-alternative-to-poor-mans-mvc-in-php/comment-page-1/#comment-5458</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Sat, 17 Apr 2010 13:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=956#comment-5458</guid>
		<description>I am curious as to what you mean by a &quot;page controller&quot;?</description>
		<content:encoded><![CDATA[<p>I am curious as to what you mean by a &#8220;page controller&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Conde</title>
		<link>http://blog.seanja.com/2010/04/an-alternative-to-poor-mans-mvc-in-php/comment-page-1/#comment-5444</link>
		<dc:creator>John Conde</dc:creator>
		<pubDate>Fri, 16 Apr 2010 19:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=956#comment-5444</guid>
		<description>You should also point out that the first example is wide open to remote file inclusion attacks as it takes an external variable and doesn&#039;t sanitize it before use.</description>
		<content:encoded><![CDATA[<p>You should also point out that the first example is wide open to remote file inclusion attacks as it takes an external variable and doesn&#8217;t sanitize it before use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Kielly</title>
		<link>http://blog.seanja.com/2010/04/an-alternative-to-poor-mans-mvc-in-php/comment-page-1/#comment-5434</link>
		<dc:creator>Marcus Kielly</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=956#comment-5434</guid>
		<description>Personally, I think you would be MUCH better off using a Page Controller if you haven&#039;t got the time/inclination to roll your own/deploy off the shelf MVC. All you need is a bit of dynamic URL interpretation to load the relevant class.</description>
		<content:encoded><![CDATA[<p>Personally, I think you would be MUCH better off using a Page Controller if you haven&#8217;t got the time/inclination to roll your own/deploy off the shelf MVC. All you need is a bit of dynamic URL interpretation to load the relevant class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

