<?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: Setting up an MVC structure with the Zend Framework &#8211; part 1</title>
	<atom:link href="http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/</link>
	<description>Dedicated to teaching web designers PHP.</description>
	<lastBuildDate>Mon, 29 Aug 2011 11:56:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: david</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-79484</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 08 Sep 2008 18:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-79484</guid>
		<description>&lt;Directory “var/www/sites/*/public_html” &gt;
Options FollowSymLinks
AllowOveride ALL
&lt;\Directory &gt;
sorry again stefan</description>
		<content:encoded><![CDATA[<p>&lt;Directory “var/www/sites/*/public_html” &gt;<br />
Options FollowSymLinks<br />
AllowOveride ALL<br />
&lt;\Directory &gt;<br />
sorry again stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-79483</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 08 Sep 2008 18:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-79483</guid>
		<description>
Options FollowSymLinks
AllowOveride ALL

my bad</description>
		<content:encoded><![CDATA[<p>Options FollowSymLinks<br />
AllowOveride ALL</p>
<p>my bad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-79482</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 08 Sep 2008 18:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-79482</guid>
		<description>stripped my &lt;&#039;s and &gt;&#039;s
so it would be 
&lt;Directory &quot;var/www/sites/*/&quot; &gt;
Options FollowSymLinks
AllowOveride ALL
&lt;\Directory &gt;
and the v.hosts are
&lt;VirtualHost 127.0.0.1 &gt;
 DocumentRoot “/var/www/html”
ServerName localhost
&lt;\VirtualHost &gt;
&lt;VirtualHost 127.0.0.1 &gt;
ServerAdmin admin@zendtest
DocumentRoot “/var/www/sites/zendtest/public_html”
ServerName zendtest
ErrorLog /var/www/sites/zendtest/logs/error_log
CustomLog /var/www/sites/zendtest/logs/access.log common
&lt;\VirtualHost &gt;
&lt;VirtualHost 127.0.0.1 &gt;
DocumentRoot “/var/www/sites/zendtest/tests”
ServerName zendtest.test
&lt;\VirtualHost &gt;</description>
		<content:encoded><![CDATA[<p>stripped my &lt;&#8217;s and &gt;&#8217;s<br />
so it would be<br />
&lt;Directory &#8220;var/www/sites/*/&#8221; &gt;<br />
Options FollowSymLinks<br />
AllowOveride ALL<br />
&lt;\Directory &gt;<br />
and the v.hosts are<br />
&lt;VirtualHost 127.0.0.1 &gt;<br />
 DocumentRoot “/var/www/html”<br />
ServerName localhost<br />
&lt;\VirtualHost &gt;<br />
&lt;VirtualHost 127.0.0.1 &gt;<br />
ServerAdmin admin@zendtest<br />
DocumentRoot “/var/www/sites/zendtest/public_html”<br />
ServerName zendtest<br />
ErrorLog /var/www/sites/zendtest/logs/error_log<br />
CustomLog /var/www/sites/zendtest/logs/access.log common<br />
&lt;\VirtualHost &gt;<br />
&lt;VirtualHost 127.0.0.1 &gt;<br />
DocumentRoot “/var/www/sites/zendtest/tests”<br />
ServerName zendtest.test<br />
&lt;\VirtualHost &gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-79481</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 08 Sep 2008 18:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-79481</guid>
		<description>@Andy I struggled with this to. I use linux so what I eventually ended up doing was making a new folder called virtualhost in my httpd directory or in the parent directory of where your httpd.conf file is i.e.
-&gt;httpd &quot;folder&quot;
-&gt;-&gt;conf &quot;folder&quot;
-&gt;-&gt;-&gt;httpd.conf  &quot;file&quot;
-&gt;-&gt;virtualhost &quot;folder&quot;
-&gt;-&gt;-&gt;v.hosts.conf &quot;file&quot;

And after backing up my httpd.conf file to httpd.conf.backup I went down to section 3 of my httpd.conf file and cut the whole section out and put it in my v.host.conf file and then where section 3 was I ended up putting include virtualhosts/*.conf
Now depending on your directory root of your virtualhost, if it is above your default directory root you might have to add 

Options FollowSymLinks
AllowOveride ALL

The &quot;*&quot; means any folder I drop in sites that has a public_html folder will read .htacces files with the AllowOveride set to All. The Options can be overridden by the virtual host configuration file.
In my host file I added the 127.0.0.1               &quot;whatever&quot;
and in the v.host.conf file I have this setup
NameVirtualHost 127.0.0.1

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any  block.
#

    DocumentRoot &quot;/var/www/html&quot;
    ServerName localhost


    ServerAdmin admin@zendtest
    DocumentRoot &quot;/var/www/sites/zendtest/public_html&quot;
    ServerName zendtest
    ErrorLog /var/www/sites/zendtest/logs/error_log
    CustomLog /var/www/sites/zendtest/logs/access.log common


    DocumentRoot &quot;/var/www/sites/zendtest/tests&quot;
    ServerName zendtest.test
</description>
		<content:encoded><![CDATA[<p>@Andy I struggled with this to. I use linux so what I eventually ended up doing was making a new folder called virtualhost in my httpd directory or in the parent directory of where your httpd.conf file is i.e.<br />
-&gt;httpd &#8220;folder&#8221;<br />
-&gt;-&gt;conf &#8220;folder&#8221;<br />
-&gt;-&gt;-&gt;httpd.conf  &#8220;file&#8221;<br />
-&gt;-&gt;virtualhost &#8220;folder&#8221;<br />
-&gt;-&gt;-&gt;v.hosts.conf &#8220;file&#8221;</p>
<p>And after backing up my httpd.conf file to httpd.conf.backup I went down to section 3 of my httpd.conf file and cut the whole section out and put it in my v.host.conf file and then where section 3 was I ended up putting include virtualhosts/*.conf<br />
Now depending on your directory root of your virtualhost, if it is above your default directory root you might have to add </p>
<p>Options FollowSymLinks<br />
AllowOveride ALL</p>
<p>The &#8220;*&#8221; means any folder I drop in sites that has a public_html folder will read .htacces files with the AllowOveride set to All. The Options can be overridden by the virtual host configuration file.<br />
In my host file I added the 127.0.0.1               &#8220;whatever&#8221;<br />
and in the v.host.conf file I have this setup<br />
NameVirtualHost 127.0.0.1</p>
<p>#<br />
# VirtualHost example:<br />
# Almost any Apache directive may go into a VirtualHost container.<br />
# The first VirtualHost section is used for all requests that do not<br />
# match a ServerName or ServerAlias in any  block.<br />
#</p>
<p>    DocumentRoot &#8220;/var/www/html&#8221;<br />
    ServerName localhost</p>
<p>    ServerAdmin admin@zendtest<br />
    DocumentRoot &#8220;/var/www/sites/zendtest/public_html&#8221;<br />
    ServerName zendtest<br />
    ErrorLog /var/www/sites/zendtest/logs/error_log<br />
    CustomLog /var/www/sites/zendtest/logs/access.log common</p>
<p>    DocumentRoot &#8220;/var/www/sites/zendtest/tests&#8221;<br />
    ServerName zendtest.test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Lebensold</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-76636</link>
		<dc:creator>Jon Lebensold</dc:creator>
		<pubDate>Sat, 24 May 2008 15:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-76636</guid>
		<description>@Andy:

Thanks for the feedback. Doing a MAMP video sounds like a great idea. I&#039;ll put something together in the coming weeks.</description>
		<content:encoded><![CDATA[<p>@Andy:</p>
<p>Thanks for the feedback. Doing a MAMP video sounds like a great idea. I&#8217;ll put something together in the coming weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-76635</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 24 May 2008 07:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-76635</guid>
		<description>I found your tutorial on ZF very helpful for my 1st forray into this new framework.

The one part I struggled with is where you set up your Virtual hosts with MAMP. You had a custom httpd.conf file but I tried to replicate your your syntax with the help of the apache manual on setting up virtual hosts with no luck.

Is there any possibility of you doing a screen cast or tutorial on how you set up your MAMP virtual hosts please. I did a google search and there is a lot of people having similar problems and the MAMP forum isn&#039;t very helpful :(

keep up the good work, thanks.</description>
		<content:encoded><![CDATA[<p>I found your tutorial on ZF very helpful for my 1st forray into this new framework.</p>
<p>The one part I struggled with is where you set up your Virtual hosts with MAMP. You had a custom httpd.conf file but I tried to replicate your your syntax with the help of the apache manual on setting up virtual hosts with no luck.</p>
<p>Is there any possibility of you doing a screen cast or tutorial on how you set up your MAMP virtual hosts please. I did a google search and there is a lot of people having similar problems and the MAMP forum isn&#8217;t very helpful <img src='http://www.killerphp.com/articles/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>keep up the good work, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting up an MVC structure with the Zend Framework - part 1 &#124; PHP Podcasts</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-76383</link>
		<dc:creator>Setting up an MVC structure with the Zend Framework - part 1 &#124; PHP Podcasts</dc:creator>
		<pubDate>Wed, 09 Apr 2008 13:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-76383</guid>
		<description>[...] Original Post [...]</description>
		<content:encoded><![CDATA[<p>[...] Original Post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook&#8217;s Blog: Setting up an MVC structure with the Zend Framework - part 1 &#124; Development Blog With Code Updates : Developercast.com</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-76304</link>
		<dc:creator>Stefan Mischook&#8217;s Blog: Setting up an MVC structure with the Zend Framework - part 1 &#124; Development Blog With Code Updates : Developercast.com</dc:creator>
		<pubDate>Wed, 26 Mar 2008 17:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-76304</guid>
		<description>[...] Stefan Mischook has just posted a new video in his set of PHP-related presentations - part one of a look at setting up the MVC structure in a Zend Framework application.   This video is a little more basic than the previous Zend videos. [...]</description>
		<content:encoded><![CDATA[<p>[...] Stefan Mischook has just posted a new video in his set of PHP-related presentations &#8211; part one of a look at setting up the MVC structure in a Zend Framework application.   This video is a little more basic than the previous Zend videos. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acido69</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-76301</link>
		<dc:creator>acido69</dc:creator>
		<pubDate>Tue, 25 Mar 2008 22:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-76301</guid>
		<description>trackback: &quot;Un vídeo bastante ilustrativo para empezar a trabajar en MVC con ZF; está en ingles pero es bastante fácil de entender.&quot;

http://cuatroxl.wordpress.com/2008/03/25/empezando-en-la-estructura-mvc-con-zend_framework-i-video-tutorial/</description>
		<content:encoded><![CDATA[<p>trackback: &#8220;Un vídeo bastante ilustrativo para empezar a trabajar en MVC con ZF; está en ingles pero es bastante fácil de entender.&#8221;</p>
<p><a href="http://cuatroxl.wordpress.com/2008/03/25/empezando-en-la-estructura-mvc-con-zend_framework-i-video-tutorial/" rel="nofollow">http://cuatroxl.wordpress.com/2008/03/25/empezando-en-la-estructura-mvc-con-zend_framework-i-video-tutorial/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting up an MVC structure with the Zend Framework - part 1 &#124; Development Feeds</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/comment-page-1/#comment-76293</link>
		<dc:creator>Setting up an MVC structure with the Zend Framework - part 1 &#124; Development Feeds</dc:creator>
		<pubDate>Mon, 24 Mar 2008 22:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comment-76293</guid>
		<description>[...] Visit Original: Setting up an MVC structure with the Zend Framework - part 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit Original: Setting up an MVC structure with the Zend Framework &#8211; part 1 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

