<?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"
	>
<channel>
	<title>Comments on: Do all frameworks really suck?</title>
	<atom:link href="http://www.laurathomson.com/2007/07/do-all-frameworks-really-suck/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laurathomson.com/2007/07/do-all-frameworks-really-suck/</link>
	<description>Laura Thomson's random thoughts and rants about tech and FOSS</description>
	<pubDate>Thu, 11 Mar 2010 23:36:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: chris</title>
		<link>http://www.laurathomson.com/2007/07/do-all-frameworks-really-suck/#comment-254</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 31 Oct 2008 01:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurathomson.com/?p=95#comment-254</guid>
		<description>I have to disagree with a lot of points in this post. For starters, i have integrated MVC on top of existing code successfully and without much difficulty. Since most MVC frameworks in PHP use mod_rewrite rules that include !-f before passing the request to the framework, existing .php files will work just fine. 

We use Fuse as our framework, and while any framework is going to increase the footprint of your code, it's a small price to pay for the fact that Fuse drops out development time by something in the area of 85% on most projects. 

Finally, I love the templating engine in Fuse and, to a lesser extent, CodeIgniter and Smarty. So, I can't agree that all templating systems do suck. I can't stand seeing "templates" that are really just inline spaghetti code called by a controller

just my opinion - good post either way</description>
		<content:encoded><![CDATA[<p>I have to disagree with a lot of points in this post. For starters, i have integrated MVC on top of existing code successfully and without much difficulty. Since most MVC frameworks in PHP use mod_rewrite rules that include !-f before passing the request to the framework, existing .php files will work just fine. </p>
<p>We use Fuse as our framework, and while any framework is going to increase the footprint of your code, it&#8217;s a small price to pay for the fact that Fuse drops out development time by something in the area of 85% on most projects. </p>
<p>Finally, I love the templating engine in Fuse and, to a lesser extent, CodeIgniter and Smarty. So, I can&#8217;t agree that all templating systems do suck. I can&#8217;t stand seeing &#8220;templates&#8221; that are really just inline spaghetti code called by a controller</p>
<p>just my opinion - good post either way</p>
]]></content:encoded>
	</item>
</channel>
</rss>
