<?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: Zend Framework Controller Docs!</title>
	<atom:link href="http://akrabat.com/2006/03/08/zend-framework-controller-docs/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/2006/03/08/zend-framework-controller-docs/</link>
	<description>Developing PHP and XUL Software in the Real World</description>
	<pubDate>Thu, 28 Aug 2008 13:55:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2006/03/08/zend-framework-controller-docs/#comment-40</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Wed, 08 Mar 2006 19:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/03/08/zend-framework-controller-docs/#comment-40</guid>
		<description>Yes, that's nearly exactly what I use:

RewriteEngine on
RewriteOptions Inherit
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule  (.*) index.php?apache_path=$1 [L,QSA]</description>
		<content:encoded><![CDATA[<p>Yes, that's nearly exactly what I use:</p>
<p>RewriteEngine on<br />
RewriteOptions Inherit<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule  (.*) index.php?apache_path=$1 [L,QSA]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike H</title>
		<link>http://akrabat.com/2006/03/08/zend-framework-controller-docs/#comment-39</link>
		<dc:creator>Mike H</dc:creator>
		<pubDate>Wed, 08 Mar 2006 17:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/03/08/zend-framework-controller-docs/#comment-39</guid>
		<description>Just a note on some .htaccess hackery.  If you use the following rules, Mod_Rewrite will only call the RewriteRule when the requested file or directory does not exist.

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

MUCH MUCH easier!  I had known about this before, but I personally pulled this little snipped from the Drupal .htaccess file.</description>
		<content:encoded><![CDATA[<p>Just a note on some .htaccess hackery.  If you use the following rules, Mod_Rewrite will only call the RewriteRule when the requested file or directory does not exist.</p>
<p>RewriteEngine On<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]</p>
<p>MUCH MUCH easier!  I had known about this before, but I personally pulled this little snipped from the Drupal .htaccess file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2006/03/08/zend-framework-controller-docs/#comment-38</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Wed, 08 Mar 2006 17:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/03/08/zend-framework-controller-docs/#comment-38</guid>
		<description>*grin*

I noticed! I've started looking through the diffs from 0.1.1. I'll post some highlights at some point.</description>
		<content:encoded><![CDATA[<p>*grin*</p>
<p>I noticed! I've started looking through the diffs from 0.1.1. I'll post some highlights at some point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico Edtinger</title>
		<link>http://akrabat.com/2006/03/08/zend-framework-controller-docs/#comment-37</link>
		<dc:creator>Nico Edtinger</dc:creator>
		<pubDate>Wed, 08 Mar 2006 16:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/03/08/zend-framework-controller-docs/#comment-37</guid>
		<description>And not to forget - Zend::load_class() now works with __autoload() :)</description>
		<content:encoded><![CDATA[<p>And not to forget - Zend::load_class() now works with __autoload() :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
