<?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: Without a framework: (M)VC</title>
	<atom:link href="http://www.jasny.net/articles/without-a-framework-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasny.net/articles/without-a-framework-mvc/</link>
	<description>Helping you out with PHP &#38; MySQL</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:57:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: fatigue</title>
		<link>http://www.jasny.net/articles/without-a-framework-mvc/comment-page-1/#comment-54693</link>
		<dc:creator>fatigue</dc:creator>
		<pubDate>Sun, 31 Aug 2008 16:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=5#comment-54693</guid>
		<description>Hi Arnold,

First of all, thank you very much for your post, altough I found very late. I think as you are, about &#039;single file entry point&#039; and I searched about other ways to reach VC components only. 

I like your way. But I have some comments. Your .htaccess file is not working on my apache server. Therefore I used my .htacess as given below:

RewriteEngine On
RewriteRule ^$ /controllers/helloworld.php [QSA] [L]
RewriteRule ^([^/\.]+)?$ controllers/$1.php [QSA]
RewriteRule ^([^/\.]+)/([^/\.]+)?$ controllers/$1.php?action=$2 [QSA]
RewriteRule ^([^/\.]+)/([^/\.]+)/([^/\.]+)?$ controllers/$1.php?action=$2&amp;var=$3 [QSA]

If you are any advice about your .htaccess modification, I will be appreciated.

And the another point for views. How can we use multiple template with your approach?

Regards</description>
		<content:encoded><![CDATA[<p>Hi Arnold,</p>
<p>First of all, thank you very much for your post, altough I found very late. I think as you are, about &#8216;single file entry point&#8217; and I searched about other ways to reach VC components only. </p>
<p>I like your way. But I have some comments. Your .htaccess file is not working on my apache server. Therefore I used my .htacess as given below:</p>
<p>RewriteEngine On<br />
RewriteRule ^$ /controllers/helloworld.php [QSA] [L]<br />
RewriteRule ^([^/\.]+)?$ controllers/$1.php [QSA]<br />
RewriteRule ^([^/\.]+)/([^/\.]+)?$ controllers/$1.php?action=$2 [QSA]<br />
RewriteRule ^([^/\.]+)/([^/\.]+)/([^/\.]+)?$ controllers/$1.php?action=$2&amp;var=$3 [QSA]</p>
<p>If you are any advice about your .htaccess modification, I will be appreciated.</p>
<p>And the another point for views. How can we use multiple template with your approach?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold Daniels</title>
		<link>http://www.jasny.net/articles/without-a-framework-mvc/comment-page-1/#comment-9077</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Thu, 17 Jan 2008 12:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=5#comment-9077</guid>
		<description>Hi Jefflee,

I think it is not really possible to dislike something you haven&#039;t tried. I&#039;ve tried MVC for a few projects and did not like it. Especially for websites it is doing more bad than good. Still my remark at the other post might be a bit to harsh. MVC might be a good strategy for other types of web-apps.

Arnold
PS. You&#039;re reading my blog really closely. Kudos to you :)</description>
		<content:encoded><![CDATA[<p>Hi Jefflee,</p>
<p>I think it is not really possible to dislike something you haven&#8217;t tried. I&#8217;ve tried MVC for a few projects and did not like it. Especially for websites it is doing more bad than good. Still my remark at the other post might be a bit to harsh. MVC might be a good strategy for other types of web-apps.</p>
<p>Arnold<br />
PS. You&#8217;re reading my blog really closely. Kudos to you <img src='http://www.jasny.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jefflee</title>
		<link>http://www.jasny.net/articles/without-a-framework-mvc/comment-page-1/#comment-9073</link>
		<dc:creator>Jefflee</dc:creator>
		<pubDate>Thu, 17 Jan 2008 08:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=5#comment-9073</guid>
		<description>oops... I saw in the post &quot;Perl like temporary variables in PHP&quot;, you said personally you dislike MVC at all?
confused</description>
		<content:encoded><![CDATA[<p>oops&#8230; I saw in the post &#8220;Perl like temporary variables in PHP&#8221;, you said personally you dislike MVC at all?<br />
confused</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
