<?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: Super-Skinny your Zend Framework Action Controllers (Part One)</title>
	<atom:link href="http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/</link>
	<description>Barking on about PHP, MySQL and Zend Framework</description>
	<lastBuildDate>Wed, 11 Jan 2012 16:01:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/comment-page-1/#comment-779</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 14 Jan 2011 06:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevehollis.com/?p=53#comment-779</guid>
		<description>Steve,

&quot;A slightly more flexible approach is to use verbose ID parameters like “contact-id”. This gives you the ability to have model classes which don’t match the controller name and also allows multiple models to be instantiated by the ModelWatcher in one request, both of which can be useful. I use something similar in my own implementation.&quot;

Could you provide a sample of this?

I&#039;m trying to imagine how you would do this without doing a bunch of if logic.

Thanks.</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>&#8220;A slightly more flexible approach is to use verbose ID parameters like “contact-id”. This gives you the ability to have model classes which don’t match the controller name and also allows multiple models to be instantiated by the ModelWatcher in one request, both of which can be useful. I use something similar in my own implementation.&#8221;</p>
<p>Could you provide a sample of this?</p>
<p>I&#8217;m trying to imagine how you would do this without doing a bunch of if logic.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abby</title>
		<link>http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/comment-page-1/#comment-778</link>
		<dc:creator>Abby</dc:creator>
		<pubDate>Thu, 02 Dec 2010 13:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevehollis.com/?p=53#comment-778</guid>
		<description>I just wanted to say the following thing.... I&#039;m not a programmer, but I was searching some tips about a diet and I digg over your blog. And I read with such intensity the first half, that I really thought was about how to lose some weight. :))) I even looked for some Zend tricks/book for weight :)))) I know stupid... I just wanted to share this with you. Best regards and keep it fun working :)</description>
		<content:encoded><![CDATA[<p>I just wanted to say the following thing&#8230;. I&#8217;m not a programmer, but I was searching some tips about a diet and I digg over your blog. And I read with such intensity the first half, that I really thought was about how to lose some weight. <img src='http://www.stevehollis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )) I even looked for some Zend tricks/book for weight <img src='http://www.stevehollis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ))) I know stupid&#8230; I just wanted to share this with you. Best regards and keep it fun working <img src='http://www.stevehollis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/comment-page-1/#comment-710</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevehollis.com/?p=53#comment-710</guid>
		<description>Hi Jason - thanks for the comment.

Ah, the find call was just pseudo code to illustrate the point. 

I only use Zend_Db_Table in very simple apps... for more complex cases, I use a data mapper to split persistence logic from business logic. It&#039;s a bit more involved, but the end result is much cleaner... it&#039;s on the &quot;to-blog&quot; list :)</description>
		<content:encoded><![CDATA[<p>Hi Jason &#8211; thanks for the comment.</p>
<p>Ah, the find call was just pseudo code to illustrate the point. </p>
<p>I only use Zend_Db_Table in very simple apps&#8230; for more complex cases, I use a data mapper to split persistence logic from business logic. It&#8217;s a bit more involved, but the end result is much cleaner&#8230; it&#8217;s on the &#8220;to-blog&#8221; list <img src='http://www.stevehollis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/comment-page-1/#comment-709</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 21 Apr 2010 01:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevehollis.com/?p=53#comment-709</guid>
		<description>Cool post. Curious, how are you statically instantiating the find() method in the early example? Zend_Db_Table_Abstract::find() is a non-static method, so how are you overriding that behavior? 

Jason</description>
		<content:encoded><![CDATA[<p>Cool post. Curious, how are you statically instantiating the find() method in the early example? Zend_Db_Table_Abstract::find() is a non-static method, so how are you overriding that behavior? </p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blimey! I&#8217;ve got a blog! &#124; stevehollis.com</title>
		<link>http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/comment-page-1/#comment-18</link>
		<dc:creator>Blimey! I&#8217;ve got a blog! &#124; stevehollis.com</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevehollis.com/?p=53#comment-18</guid>
		<description>[...] How to make your models fatter and your controllers thinner (Part One [...]</description>
		<content:encoded><![CDATA[<p>[...] How to make your models fatter and your controllers thinner (Part One [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/comment-page-1/#comment-15</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevehollis.com/?p=53#comment-15</guid>
		<description>No problem! :)

Glad you enjoyed it.</description>
		<content:encoded><![CDATA[<p>No problem! <img src='http://www.stevehollis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Glad you enjoyed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/comment-page-1/#comment-14</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevehollis.com/?p=53#comment-14</guid>
		<description>That was really helpful! I will try to use this method as it does make a lot of sense. Thanks!</description>
		<content:encoded><![CDATA[<p>That was really helpful! I will try to use this method as it does make a lot of sense. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olagato</title>
		<link>http://www.stevehollis.com/2010/03/super-skinny-your-zend-framework-action-controllers-part-one/comment-page-1/#comment-10</link>
		<dc:creator>Olagato</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevehollis.com/?p=53#comment-10</guid>
		<description>Great article!
Thank you and congratullations.</description>
		<content:encoded><![CDATA[<p>Great article!<br />
Thank you and congratullations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

