<?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 2</title>
	<atom:link href="http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/</link>
	<description>Blog about web development and Internet entrepreneurship</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:46:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Grantus Maximus Web Blog &#187; Wheres the Model in Zend Frameworks MVC?</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-714</link>
		<dc:creator>Grantus Maximus Web Blog &#187; Wheres the Model in Zend Frameworks MVC?</dc:creator>
		<pubDate>Fri, 05 Dec 2008 13:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-714</guid>
		<description>[...] just about to start my next and decided to see if there is a better solution out there&#8230; The best article I&#8217;ve found was at techfounder and was proposing the second option as well and had some good [...]</description>
		<content:encoded><![CDATA[<p>[...] just about to start my next and decided to see if there is a better solution out there&#8230; The best article I&#8217;ve found was at techfounder and was proposing the second option as well and had some good [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wheres the Model in Zend Frameworks MVC? &#124; Child of the Machine</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-713</link>
		<dc:creator>Wheres the Model in Zend Frameworks MVC? &#124; Child of the Machine</dc:creator>
		<pubDate>Fri, 05 Dec 2008 13:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-713</guid>
		<description>[...] just about to start my next and decided to see if there is a better solution out there&#8230; The best article I&#8217;ve found was at techfounder and was proposing the second option as well and had some good examples.  I&#8217;d be interested to [...]</description>
		<content:encoded><![CDATA[<p>[...] just about to start my next and decided to see if there is a better solution out there&#8230; The best article I&#8217;ve found was at techfounder and was proposing the second option as well and had some good examples.  I&#8217;d be interested to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-80</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Fri, 11 Jul 2008 19:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-80</guid>
		<description>Yes, you are absolutely correct - thanks for pointing that out :)

As can be inferred, I used example code from my start-up Octabox in which I employ this solution extensively.</description>
		<content:encoded><![CDATA[<p>Yes, you are absolutely correct &#8211; thanks for pointing that out <img src='http://www.techfounder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As can be inferred, I used example code from my start-up Octabox in which I employ this solution extensively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-962</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Fri, 11 Jul 2008 19:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-962</guid>
		<description>Yes, you are absolutely correct - thanks for pointing that out :)

As can be inferred, I used example code from my start-up Octabox in which I employ this solution extensively.</description>
		<content:encoded><![CDATA[<p>Yes, you are absolutely correct &#8211; thanks for pointing that out <img src='http://www.techfounder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As can be inferred, I used example code from my start-up Octabox in which I employ this solution extensively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-79</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 11 Jul 2008 15:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-79</guid>
		<description>Hey, this was exactly what I was looking for. Coming from a Rails background I had trouble wrapping my head around how to put validation in the models. ZF&#039;s approach is so much more decoupled than Rails&#039; model/validation mechanism. Pretty interesting. One question: The first code example is with a class named Techfounder_Db_Model, while the second class, which adds the update and insert methods, is named Octabox_Db_Model. That should be Techfounder_Db_Model too, correct?</description>
		<content:encoded><![CDATA[<p>Hey, this was exactly what I was looking for. Coming from a Rails background I had trouble wrapping my head around how to put validation in the models. ZF&#8217;s approach is so much more decoupled than Rails&#8217; model/validation mechanism. Pretty interesting. One question: The first code example is with a class named Techfounder_Db_Model, while the second class, which adds the update and insert methods, is named Octabox_Db_Model. That should be Techfounder_Db_Model too, correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-961</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 11 Jul 2008 15:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-961</guid>
		<description>Hey, this was exactly what I was looking for. Coming from a Rails background I had trouble wrapping my head around how to put validation in the models. ZF&#039;s approach is so much more decoupled than Rails&#039; model/validation mechanism. Pretty interesting. One question: The first code example is with a class named Techfounder_Db_Model, while the second class, which adds the update and insert methods, is named Octabox_Db_Model. That should be Techfounder_Db_Model too, correct?</description>
		<content:encoded><![CDATA[<p>Hey, this was exactly what I was looking for. Coming from a Rails background I had trouble wrapping my head around how to put validation in the models. ZF&#8217;s approach is so much more decoupled than Rails&#8217; model/validation mechanism. Pretty interesting. One question: The first code example is with a class named Techfounder_Db_Model, while the second class, which adds the update and insert methods, is named Octabox_Db_Model. That should be Techfounder_Db_Model too, correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthijs</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-31</link>
		<dc:creator>matthijs</dc:creator>
		<pubDate>Mon, 26 May 2008 08:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-31</guid>
		<description>It is a pretty difficult subject (also for me). I just remembered this article http://www.webappsec.org/projects/articles/091007.shtml
which explains the sql injection issue in more detail. An excellent read. And together with the examples you can test locally, it makes it obvious that it&#039;s not as simple as use function A to protect for B or C for D, but there&#039;s a lot more to think about for every query one writes. So me saying mysql_real_escape_string() is pretty bullet-proof is not entirely true .. I must also stand corrected.</description>
		<content:encoded><![CDATA[<p>It is a pretty difficult subject (also for me). I just remembered this article <a href="http://www.webappsec.org/projects/articles/091007.shtml" rel="nofollow">http://www.webappsec.org/projects/articles/091007.shtml</a><br />
which explains the sql injection issue in more detail. An excellent read. And together with the examples you can test locally, it makes it obvious that it&#8217;s not as simple as use function A to protect for B or C for D, but there&#8217;s a lot more to think about for every query one writes. So me saying mysql_real_escape_string() is pretty bullet-proof is not entirely true .. I must also stand corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthijs</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-960</link>
		<dc:creator>matthijs</dc:creator>
		<pubDate>Mon, 26 May 2008 08:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-960</guid>
		<description>It is a pretty difficult subject (also for me). I just remembered this article http://www.webappsec.org/projects/articles/091007.shtml
which explains the sql injection issue in more detail. An excellent read. And together with the examples you can test locally, it makes it obvious that it&#039;s not as simple as use function A to protect for B or C for D, but there&#039;s a lot more to think about for every query one writes. So me saying mysql_real_escape_string() is pretty bullet-proof is not entirely true .. I must also stand corrected.</description>
		<content:encoded><![CDATA[<p>It is a pretty difficult subject (also for me). I just remembered this article <a href="http://www.webappsec.org/projects/articles/091007.shtml" rel="nofollow">http://www.webappsec.org/projects/articles/091007.shtml</a><br />
which explains the sql injection issue in more detail. An excellent read. And together with the examples you can test locally, it makes it obvious that it&#8217;s not as simple as use function A to protect for B or C for D, but there&#8217;s a lot more to think about for every query one writes. So me saying mysql_real_escape_string() is pretty bullet-proof is not entirely true .. I must also stand corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-30</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Mon, 26 May 2008 08:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-30</guid>
		<description>I&#039;ve been reading about SQL injection attacks recently and it appears that you might be right. It&#039;s better to use the Zend_Db intrinsic quoting functions that use the real_escape_string methods of the different adapters.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been reading about SQL injection attacks recently and it appears that you might be right. It&#8217;s better to use the Zend_Db intrinsic quoting functions that use the real_escape_string methods of the different adapters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/05/21/models-in-the-zend-framework-part-2/comment-page-1/#comment-959</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Mon, 26 May 2008 08:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=24#comment-959</guid>
		<description>I&#039;ve been reading about SQL injection attacks recently and it appears that you might be right. It&#039;s better to use the Zend_Db intrinsic quoting functions that use the real_escape_string methods of the different adapters.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been reading about SQL injection attacks recently and it appears that you might be right. It&#8217;s better to use the Zend_Db intrinsic quoting functions that use the real_escape_string methods of the different adapters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

