<?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: Models in the Zend Framework &#8211; Part 1</title>
	<atom:link href="http://www.techfounder.net/2008/05/18/models-in-the-zend-framework-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfounder.net/2008/05/18/models-in-the-zend-framework-part-1/</link>
	<description>Blog about web development and Internet entrepreneurship</description>
	<lastBuildDate>Tue, 13 Jul 2010 11:24:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Paul White</title>
		<link>http://www.techfounder.net/2008/05/18/models-in-the-zend-framework-part-1/comment-page-1/#comment-399</link>
		<dc:creator>Paul White</dc:creator>
		<pubDate>Mon, 15 Sep 2008 10:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=17#comment-399</guid>
		<description>nm foundit :)</description>
		<content:encoded><![CDATA[<p>nm foundit <img src='http://www.techfounder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul White</title>
		<link>http://www.techfounder.net/2008/05/18/models-in-the-zend-framework-part-1/comment-page-1/#comment-398</link>
		<dc:creator>Paul White</dc:creator>
		<pubDate>Mon, 15 Sep 2008 10:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=17#comment-398</guid>
		<description>This looks interesting and would be a useful series for me.

But, where is part 2!!!</description>
		<content:encoded><![CDATA[<p>This looks interesting and would be a useful series for me.</p>
<p>But, where is part 2!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techfounder &#187; Models In The Zend Framework - Part 2</title>
		<link>http://www.techfounder.net/2008/05/18/models-in-the-zend-framework-part-1/comment-page-1/#comment-15</link>
		<dc:creator>techfounder &#187; Models In The Zend Framework - Part 2</dc:creator>
		<pubDate>Wed, 21 May 2008 23:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=17#comment-15</guid>
		<description>[...] * Part 1 can found here [...]</description>
		<content:encoded><![CDATA[<p>[...] * Part 1 can found here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/05/18/models-in-the-zend-framework-part-1/comment-page-1/#comment-8</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Tue, 20 May 2008 13:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=17#comment-8</guid>
		<description>I agree with your general sentiments (as I said in the post). I do believe though, that the Framework should come ready with a class that provides the integration between the db classes, input filtering and several other utility methods, as this is a generic use-case that each model would require.

It&#039;s great to hear there&#039;s progress on the proposals, it seemed to be stuck in neutral for a while now.</description>
		<content:encoded><![CDATA[<p>I agree with your general sentiments (as I said in the post). I do believe though, that the Framework should come ready with a class that provides the integration between the db classes, input filtering and several other utility methods, as this is a generic use-case that each model would require.</p>
<p>It&#8217;s great to hear there&#8217;s progress on the proposals, it seemed to be stuck in neutral for a while now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://www.techfounder.net/2008/05/18/models-in-the-zend-framework-part-1/comment-page-1/#comment-7</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Tue, 20 May 2008 11:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=17#comment-7</guid>
		<description>Note: I&#039;m a Software Architect with Zend Framework.

Our &quot;party line&quot; regarding the Model in ZF has always been &quot;Model !== Database&quot;. Basically, in this Web 2.0 world we inhabit now, the database is only one potential _backend_ for a Model -- web services, the file system, and configuration files are all also potential model storage. 

With that in mind, abstracting the model becomes something quite different from models as encapsulated in other frameworks. We&#039;re looking primarily at filter/validation chains (ala Zend_Filter_Input and/or Zend_Form) and storage backend as the key components, with the possibility of also including generic interfaces for results and resultsets.

Regarding your proposal, we have recently ratified a new proposal process, and are in the process (excuse the pun) of actively reviewing our backlog of proposals; hopefully you will see movement on yours in the coming month.

I look forward to reading more of this series!</description>
		<content:encoded><![CDATA[<p>Note: I&#8217;m a Software Architect with Zend Framework.</p>
<p>Our &#8220;party line&#8221; regarding the Model in ZF has always been &#8220;Model !== Database&#8221;. Basically, in this Web 2.0 world we inhabit now, the database is only one potential _backend_ for a Model &#8212; web services, the file system, and configuration files are all also potential model storage. </p>
<p>With that in mind, abstracting the model becomes something quite different from models as encapsulated in other frameworks. We&#8217;re looking primarily at filter/validation chains (ala Zend_Filter_Input and/or Zend_Form) and storage backend as the key components, with the possibility of also including generic interfaces for results and resultsets.</p>
<p>Regarding your proposal, we have recently ratified a new proposal process, and are in the process (excuse the pun) of actively reviewing our backlog of proposals; hopefully you will see movement on yours in the coming month.</p>
<p>I look forward to reading more of this series!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
