<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: 2 Step Views in Zend Framework With SiteTemplate Part 1</title>
	<link>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/</link>
	<description>Southern Fried Programming</description>
	<pubDate>Tue, 06 Jan 2009 04:18:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Joey</title>
		<link>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-92</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Fri, 18 Jul 2008 14:33:35 +0000</pubDate>
		<guid>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-92</guid>
		<description>The best way to do this Amit, well  maybe not the best, but an easy solution.

In your config, store the baseurl, along with the admin baseurl in config.ini and add it to the registry as  'baseurl' and 'admin_baseurl' or whatever you want.

Inside the admin module, pull the 'admin_baseurl' from the registry and use, Zend_Controller_Front::getInstance()-&gt;setBaseUrl($admin_baseurl);

I have not used this solution, but it is what came to mind, hope that helps.</description>
		<content:encoded><![CDATA[<p>The best way to do this Amit, well  maybe not the best, but an easy solution.</p>
<p>In your config, store the baseurl, along with the admin baseurl in config.ini and add it to the registry as  &#8216;baseurl&#8217; and &#8216;admin_baseurl&#8217; or whatever you want.</p>
<p>Inside the admin module, pull the &#8216;admin_baseurl&#8217; from the registry and use, Zend_Controller_Front::getInstance()->setBaseUrl($admin_baseurl);</p>
<p>I have not used this solution, but it is what came to mind, hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Shah</title>
		<link>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-89</link>
		<dc:creator>Amit Shah</dc:creator>
		<pubDate>Thu, 17 Jul 2008 11:47:52 +0000</pubDate>
		<guid>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-89</guid>
		<description>How could I change base_url according to module?

i.e. In config.ini I have set base_url = /abc/  
So it is referring to abc folder but now I have added new subfolder "admin" for admin panel. Now suppose I want to pass "admin" path than I need to postpend "/admin" in base_url. In that area I want to change base_url path so it will refer to that folder only. Could we apply this change in index.php or bootstrap.php?

Thanks</description>
		<content:encoded><![CDATA[<p>How could I change base_url according to module?</p>
<p>i.e. In config.ini I have set base_url = /abc/<br />
So it is referring to abc folder but now I have added new subfolder &#8220;admin&#8221; for admin panel. Now suppose I want to pass &#8220;admin&#8221; path than I need to postpend &#8220;/admin&#8221; in base_url. In that area I want to change base_url path so it will refer to that folder only. Could we apply this change in index.php or bootstrap.php?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-31</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Wed, 07 May 2008 20:21:58 +0000</pubDate>
		<guid>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-31</guid>
		<description>Thank you,
I'm actually working on the second part now, it should be out in about a day or two.</description>
		<content:encoded><![CDATA[<p>Thank you,<br />
I&#8217;m actually working on the second part now, it should be out in about a day or two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milenvoutchev</title>
		<link>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-30</link>
		<dc:creator>milenvoutchev</dc:creator>
		<pubDate>Tue, 06 May 2008 05:29:20 +0000</pubDate>
		<guid>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-30</guid>
		<description>Thanks for a very nice article. You explained the SiteTemplate idea very clearly. When are you planning to publish the second part?</description>
		<content:encoded><![CDATA[<p>Thanks for a very nice article. You explained the SiteTemplate idea very clearly. When are you planning to publish the second part?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-19</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Mon, 07 Apr 2008 05:11:55 +0000</pubDate>
		<guid>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-19</guid>
		<description>phtml is best practice to distinguish them apart, however if something messes up you have to worry about viewing source, but yes you can change the default phtml extension.

In init of controllers just set $this-&gt;viewSuffix, or set it in frontController I believe in the bootstrap.</description>
		<content:encoded><![CDATA[<p>phtml is best practice to distinguish them apart, however if something messes up you have to worry about viewing source, but yes you can change the default phtml extension.</p>
<p>In init of controllers just set $this->viewSuffix, or set it in frontController I believe in the bootstrap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: website design</title>
		<link>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-16</link>
		<dc:creator>website design</dc:creator>
		<pubDate>Wed, 02 Apr 2008 13:13:16 +0000</pubDate>
		<guid>http://joeyadams.net/2008/02/13/2-step-views-in-zend-framework/#comment-16</guid>
		<description>do you know hot to change phtml to PHP ?</description>
		<content:encoded><![CDATA[<p>do you know hot to change phtml to PHP ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
