<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Zendcasts Forum / question about MVC relations]]></title>
		<link>http://www.zendcasts.com/forum/viewtopic.php?id=91</link>
		<description><![CDATA[The most recent posts in question about MVC relations.]]></description>
		<lastBuildDate>Sat, 07 Nov 2009 13:35:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: question about MVC relations]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=338#p338</link>
			<description><![CDATA[<p>thanks Jon , <br />the second article helped me alot</p>]]></description>
			<author><![CDATA[dummy@example.com (tawfekov)]]></author>
			<pubDate>Sat, 07 Nov 2009 13:35:18 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=338#p338</guid>
		</item>
		<item>
			<title><![CDATA[Re: question about MVC relations]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=337#p337</link>
			<description><![CDATA[<p>Hey Tawfek, ZF doesn&#039;t do MVC is this manner, with the implicit lines working through an observer. However, when you do something like </p><p>[code=php]<br />$this-&gt;view-&gt;user = User::findByName(&quot;jon&quot;);<br />[/code]<br />and then in your view:<br />[code=php]<br />&lt;?php echo $this-&gt;user-&gt;name; ?&gt;<br />[/code]</p><p>you&#039;re still decoupling the view from the model. MVC came out of smalltalk / lisp as a way of maintaining integrity across 3 layers. In a desktop (or AJAX) app, MVC closer resembles this because every action doesn&#039;t result in a postback. The postback makes the whole MVC thing a little different on the web. </p><p>here&#039;s a great essay on MVC and it&#039;s development:<br /><a href="http://www.ctrl-shift-b.com/2007/08/interactive-application-architecture.html">http://www.ctrl-shift-b.com/2007/08/int … cture.html</a></p><p>I also found this, that I think answers your question (Microsoft&#039;s MVC implementation is a reflection of Zend / Rails&#039; MVC implementation):</p><p><a href="http://stephenwalther.com/blog/archive/2008/08/24/the-evolution-of-mvc.aspx">http://stephenwalther.com/blog/archive/ … f-mvc.aspx</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Jon Lebensold)]]></author>
			<pubDate>Fri, 06 Nov 2009 13:29:54 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=337#p337</guid>
		</item>
		<item>
			<title><![CDATA[question about MVC relations]]></title>
			<link>http://www.zendcasts.com/forum/viewtopic.php?pid=336#p336</link>
			<description><![CDATA[<p>if you saw this diagram in Wikipedia about the MVC <br /><a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller">http://en.wikipedia.org/wiki/Model%E2%8 … controller</a><br />you would see a relation between the view and the model <br />for me i hadn&#039;t remembered any Zend Framework component has done this relation <br />can any one explain to me how this relation is done <br />and example will be nice <img src="http://www.zendcasts.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /> <br />note :to exclude the dashed relation its out of the question scope</p>]]></description>
			<author><![CDATA[dummy@example.com (tawfekov)]]></author>
			<pubDate>Fri, 06 Nov 2009 13:13:37 +0000</pubDate>
			<guid>http://www.zendcasts.com/forum/viewtopic.php?pid=336#p336</guid>
		</item>
	</channel>
</rss>

