<?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 Tutorial: Version 1.1</title>
	<atom:link href="http://akrabat.com/2006/11/04/zend-framework-tutorial-version-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/2006/11/04/zend-framework-tutorial-version-11/</link>
	<description>Developing PHP and XUL Software in the Real World</description>
	<pubDate>Thu, 28 Aug 2008 14:31:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6152</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 06 Nov 2006 19:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6152</guid>
		<description>Thanks Pádraic!

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Thanks Pádraic!</p>
<p>Regards,</p>
<p>Rob&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6151</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 06 Nov 2006 19:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6151</guid>
		<description>Waldemar,

I would still need to find out if it's possible for $_SERVER['SCRIPT_NAME'] to ever not be present (or contain the wrong information.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Waldemar,</p>
<p>I would still need to find out if it's possible for $_SERVER['SCRIPT_NAME'] to ever not be present (or contain the wrong information.</p>
<p>Regards,</p>
<p>Rob&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldemar Schott</title>
		<link>http://akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6148</link>
		<dc:creator>Waldemar Schott</dc:creator>
		<pubDate>Mon, 06 Nov 2006 15:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6148</guid>
		<description>Hi,
I have another possibility:

$url = explode('index.php', $_SERVER['SCRIPT_NAME']);
$baseUrl = $url[0];

That works for my "domain.tld/index.php/controller/action/" URLs.

Waldemar</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have another possibility:</p>
<p>$url = explode('index.php', $_SERVER['SCRIPT_NAME']);<br />
$baseUrl = $url[0];</p>
<p>That works for my "domain.tld/index.php/controller/action/" URLs.</p>
<p>Waldemar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pádraic Brady</title>
		<link>http://akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6147</link>
		<dc:creator>Pádraic Brady</dc:creator>
		<pubDate>Mon, 06 Nov 2006 15:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6147</guid>
		<description>Well, I don't know which ones do either. I won't question your wisdom then ;).

I pinged the tutorial to http://www.planet-php.net via my own blog, honestly you should register your blog there: http://www.planet-php.net/submit/. Two days is too long to wait for my irregular blog checkup :).

Keep up the great work.</description>
		<content:encoded><![CDATA[<p>Well, I don't know which ones do either. I won't question your wisdom then ;).</p>
<p>I pinged the tutorial to <a href="http://www.planet-php.net" rel="nofollow">http://www.planet-php.net</a> via my own blog, honestly you should register your blog there: <a href="http://www.planet-php.net/submit/" rel="nofollow">http://www.planet-php.net/submit/</a>. Two days is too long to wait for my irregular blog checkup :).</p>
<p>Keep up the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6146</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 06 Nov 2006 13:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6146</guid>
		<description>Hi,

Mainly because I wasn't sure which version of Apache using which SAPIs generate SCRIPT_NAME/SCRIPT_FILENAME. Whereas PHP_SELF is generated by php, so I was pretty sure that it'd work everywhere.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Mainly because I wasn't sure which version of Apache using which SAPIs generate SCRIPT_NAME/SCRIPT_FILENAME. Whereas PHP_SELF is generated by php, so I was pretty sure that it'd work everywhere.</p>
<p>Regards,</p>
<p>Rob&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pádraic Brady</title>
		<link>http://akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6145</link>
		<dc:creator>Pádraic Brady</dc:creator>
		<pubDate>Mon, 06 Nov 2006 13:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/11/04/zend-framework-tutorial-version-11/#comment-6145</guid>
		<description>Excellent stuff.

Why not use SCRIPT_NAME or rather SCRIPT_FILENAME to find the rewrite base? Avoid using PHP_SELF at all...</description>
		<content:encoded><![CDATA[<p>Excellent stuff.</p>
<p>Why not use SCRIPT_NAME or rather SCRIPT_FILENAME to find the rewrite base? Avoid using PHP_SELF at all&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
