<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Implementing your own Front Controller in Zend Framework</title>
	<atom:link href="http://blog.fedecarg.com/2009/04/05/implementing-your-own-front-controller-in-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fedecarg.com/2009/04/05/implementing-your-own-front-controller-in-zend-framework/</link>
	<description>Simple is better than complex. Complex is better than complicated. &#124; @fedecarg</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:38:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Making a custom front controller in Zend Framework &#124; CodeUtopia</title>
		<link>http://blog.fedecarg.com/2009/04/05/implementing-your-own-front-controller-in-zend-framework/#comment-2705</link>
		<dc:creator><![CDATA[Making a custom front controller in Zend Framework &#124; CodeUtopia]]></dc:creator>
		<pubDate>Thu, 09 Apr 2009 19:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=1525#comment-2705</guid>
		<description><![CDATA[[...] are the posts he&#8217;s written so far: Implementing your own Front Controller in Zend Framework An Alternative to Zend_Controller: Introduction An Alternative to Zend_Controller: The Router   [...]]]></description>
		<content:encoded><![CDATA[<p>[...] are the posts he&#8217;s written so far: Implementing your own Front Controller in Zend Framework An Alternative to Zend_Controller: Introduction An Alternative to Zend_Controller: The Router   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2009/04/05/implementing-your-own-front-controller-in-zend-framework/#comment-2667</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Sun, 05 Apr 2009 19:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=1525#comment-2667</guid>
		<description><![CDATA[Hi Jani. 

Indeed, ZF is very flexible and allows you to implement your own front controller, router, dispatcher, etc. That&#039;s the beauty of the framework. The Zend_Controller component is very powerful, and it&#039;s not my intention to replace it, but to offer an alternative that decreases the number of decisions a developer needs to make. 

ZF is a component-based framework and the components you use are based on your system requirements. My goal is to develop a front controller that is rigid instead of flexible, backwards compatible with ZF applications, focuses on speed, requires 0 configuration and favors convention over configuration. This alternate component may also help lower the barrier to entry for new developers.

]]></description>
		<content:encoded><![CDATA[<p>Hi Jani. </p>
<p>Indeed, ZF is very flexible and allows you to implement your own front controller, router, dispatcher, etc. That&#8217;s the beauty of the framework. The Zend_Controller component is very powerful, and it&#8217;s not my intention to replace it, but to offer an alternative that decreases the number of decisions a developer needs to make. </p>
<p>ZF is a component-based framework and the components you use are based on your system requirements. My goal is to develop a front controller that is rigid instead of flexible, backwards compatible with ZF applications, focuses on speed, requires 0 configuration and favors convention over configuration. This alternate component may also help lower the barrier to entry for new developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jani Hartikainen</title>
		<link>http://blog.fedecarg.com/2009/04/05/implementing-your-own-front-controller-in-zend-framework/#comment-2666</link>
		<dc:creator><![CDATA[Jani Hartikainen]]></dc:creator>
		<pubDate>Sun, 05 Apr 2009 19:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fedecarg.com/?p=1525#comment-2666</guid>
		<description><![CDATA[I think it leans towards the &quot;easy&quot; side, of course depending on how complex functionality you need... tho mostly you prob. can use the builtin functionality and mix and match for your needs.

I get a feeling this series will again showcase how flexible ZF is =)]]></description>
		<content:encoded><![CDATA[<p>I think it leans towards the &#8220;easy&#8221; side, of course depending on how complex functionality you need&#8230; tho mostly you prob. can use the builtin functionality and mix and match for your needs.</p>
<p>I get a feeling this series will again showcase how flexible ZF is =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

