<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>“我”的开发笔记 &#187; 04 &#8211; MVC/Delegate/Archiving</title>
	<atom:link href="http://c.gzl.name/archives/category/cocoa/cmvc/feed" rel="self" type="application/rss+xml" />
	<link>http://c.gzl.name</link>
	<description>IPhone, Cocoa, PHP, Javascript, JQuery, Actionscript, etc...</description>
	<lastBuildDate>Thu, 29 Dec 2011 07:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>最棒的图解MVC</title>
		<link>http://c.gzl.name/archives/117</link>
		<comments>http://c.gzl.name/archives/117#comments</comments>
		<pubDate>Tue, 16 Jun 2009 20:36:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[04 - MVC/Delegate/Archiving]]></category>
		<category><![CDATA[04 - MVC设计模式]]></category>
		<category><![CDATA[Cocoa开发]]></category>
		<category><![CDATA[iPhone开发]]></category>
		<category><![CDATA[M.V.C.]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=117</guid>
		<description><![CDATA[KiAnG自CS193P的笔记: 控制器是螺丝，控制两头 数据控件是硬盘，储存数据 视图控件是界面，就是界面&#8230; &#8230; 控制器接收视图的特定行为（target-action）和 代理通告（delegate） 控制器和视图接收数据的通知 和 KVO（键值观察）]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/117/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>可以在视图控件（View）上连接数据控件（Model）么？</title>
		<link>http://c.gzl.name/archives/105</link>
		<comments>http://c.gzl.name/archives/105#comments</comments>
		<pubDate>Tue, 16 Jun 2009 19:36:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[04 - MVC/Delegate/Archiving]]></category>
		<category><![CDATA[04 - MVC设计模式]]></category>
		<category><![CDATA[Cocoa开发]]></category>
		<category><![CDATA[iPhone开发]]></category>
		<category><![CDATA[M.V.C.]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=105</guid>
		<description><![CDATA[M 答案是&#8221;可以的&#8221;，MVC要点： 数据控件（Models）不能有对View和Controller的访问 Controller（控制）需要有读写权限到View和Model上，因为其实Controller的作用就是更新View视图的状态和Model的数据 View视图可以有读写权限到Controller，不过只能有只读权限到Models]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/105/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

