<?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: Zend Framework Views and the Front Controller</title>
	<atom:link href="http://akrabat.com/php/zend-framework-views-and-the-front-controller/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/php/zend-framework-views-and-the-front-controller/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:06:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cristian Bichis</title>
		<link>http://akrabat.com/php/zend-framework-views-and-the-front-controller/#comment-9201</link>
		<dc:creator>Cristian Bichis</dc:creator>
		<pubDate>Sun, 08 Apr 2007 08:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=22#comment-9201</guid>
		<description>Ok, thanks.

I used your idea (zend view directly into index.php, aso) anyway, solved some of the headaches i had last days with finding proper architecture...</description>
		<content:encoded><![CDATA[<p>Ok, thanks.</p>
<p>I used your idea (zend view directly into index.php, aso) anyway, solved some of the headaches i had last days with finding proper architecture...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/zend-framework-views-and-the-front-controller/#comment-9200</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sun, 08 Apr 2007 07:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=22#comment-9200</guid>
		<description>Christian,

This post was written when the Zend Framework was at version 0.1... 

Akrabat_Router was written to solve the problem of getting it to work on IIS without mod_rewrite and is certainly not the way to do it nowadays :)

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Christian,</p>
<p>This post was written when the Zend Framework was at version 0.1... </p>
<p>Akrabat_Router was written to solve the problem of getting it to work on IIS without mod_rewrite and is certainly not the way to do it nowadays :)</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Bichis</title>
		<link>http://akrabat.com/php/zend-framework-views-and-the-front-controller/#comment-9192</link>
		<dc:creator>Cristian Bichis</dc:creator>
		<pubDate>Sat, 07 Apr 2007 21:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=22#comment-9192</guid>
		<description>Btw, is really needed a new Router class ? Not better to have just a new Route Class ? I mean with overwrite of Router class we can&#039;t then run a proper route-&gt;assemble function to generate url...</description>
		<content:encoded><![CDATA[<p>Btw, is really needed a new Router class ? Not better to have just a new Route Class ? I mean with overwrite of Router class we can't then run a proper route-&gt;assemble function to generate url...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Bichis</title>
		<link>http://akrabat.com/php/zend-framework-views-and-the-front-controller/#comment-9187</link>
		<dc:creator>Cristian Bichis</dc:creator>
		<pubDate>Sat, 07 Apr 2007 19:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=22#comment-9187</guid>
		<description>This is starting to fit my own architecture... I am going to implement something similar based on my scheme and your tutorial...

Thanks Rob!</description>
		<content:encoded><![CDATA[<p>This is starting to fit my own architecture... I am going to implement something similar based on my scheme and your tutorial...</p>
<p>Thanks Rob!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/zend-framework-views-and-the-front-controller/#comment-7561</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Tue, 16 Jan 2007 06:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=22#comment-7561</guid>
		<description>Hi Simon,

I suspect that this code has &quot;bit-rotted&quot; considerably now that version 0.6 is out. Funnily enough, we&#039;re currently in the process of doing something similar at work, so I&#039;ll try and blog about it soon.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>I suspect that this code has "bit-rotted" considerably now that version 0.6 is out. Funnily enough, we're currently in the process of doing something similar at work, so I'll try and blog about it soon.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://akrabat.com/php/zend-framework-views-and-the-front-controller/#comment-7544</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 15 Jan 2007 13:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=22#comment-7544</guid>
		<description>I tried to install the above and got an error in Akrabat/Router.php as there is no require_once Zend/Controller/Dispatcher/Action.php in the version of Zend Framework I am using. Version 0.6.0. Any ideas?</description>
		<content:encoded><![CDATA[<p>I tried to install the above and got an error in Akrabat/Router.php as there is no require_once Zend/Controller/Dispatcher/Action.php in the version of Zend Framework I am using. Version 0.6.0. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/zend-framework-views-and-the-front-controller/#comment-60</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Thu, 16 Mar 2006 13:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=22#comment-60</guid>
		<description>You are right :)

Thanks!</description>
		<content:encoded><![CDATA[<p>You are right :)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnaud</title>
		<link>http://akrabat.com/php/zend-framework-views-and-the-front-controller/#comment-59</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Thu, 16 Mar 2006 13:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=22#comment-59</guid>
		<description>You probably want to have $this-&gt;assignedVars instead of $assignedVars in the contructor of Akrabat_Action :)</description>
		<content:encoded><![CDATA[<p>You probably want to have $this-&gt;assignedVars instead of $assignedVars in the contructor of Akrabat_Action :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
