<?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>Radical Behavior &#187; RoR</title>
	<atom:link href="http://www.radicalbehavior.com/tag/ror/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radicalbehavior.com</link>
	<description>a notepad by Josh Kenzer</description>
	<lastBuildDate>Mon, 02 Aug 2010 15:21:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Zend Framework</title>
		<link>http://www.radicalbehavior.com/the-zend-framework/</link>
		<comments>http://www.radicalbehavior.com/the-zend-framework/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 01:35:51 +0000</pubDate>
		<dc:creator>Josh Kenzer</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.radicalbehavior.com/?p=193</guid>
		<description><![CDATA[I&#8217;ve reviewed a few programming frameworks on this site: Ruby on Rails, Django and CakePHP. I think learning each one has made me pretty adept at quickly picking up a new framework and trying it out. So, when our development team &#8230; <a href="http://www.radicalbehavior.com/the-zend-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://framework.zend.com/"><img class="size-full wp-image-194" style="margin: 5px;float:left;padding:5px;" title="Zend Framework Logo" src="http://www.radicalbehavior.com/wp-content/uploads/2008/04/logo_small.gif" alt="Zend Framework Logo" width="123" height="23" /></a>I&#8217;ve reviewed a few programming frameworks on this site: <a title="Ruby on Rails" href="http://www.radicalbehavior.com/5-question-interview-with-twitter-developer-alex-payne/" target="_self">Ruby</a> on <a title="RoR Review" href="http://www.radicalbehavior.com/on-to-ruby-on-rails/" target="_self">Rails</a>, <a title="Django Framework" href="http://www.radicalbehavior.com/django-web-framework-for-those-who-use-python/" target="_self">Django</a> and <a title="CakePHP" href="http://www.radicalbehavior.com/django-web-framework-for-those-who-use-python/" target="_self">CakePHP</a>. I think learning each one has made me pretty adept at quickly picking up a new framework and trying it out. So, when <a title="Web Development" href="http://web.twelvehorses.com" target="_blank">our</a> development team decided they were standardizing on Zend, I thought I should put it to the Kenzer test.</p>
<p>I know that <a href="http://www.radicalbehavior.com/django-web-framework-for-those-who-use-python/" target="_self">I said I was intent on never programming in PHP</a> again, but that&#8217;s what <a href="http://web.twelvehorses.com" target="_blank">our company</a> uses and that&#8217;s what <a href="http://www.radicalbehavior.com/tag/wordpress/" target="_self">WordPress</a> is written in. </p>
<p>When I reviewed <a href="http://www.radicalbehavior.com/django-web-framework-for-those-who-use-python/" target="_self">CakePHP</a>, the <a href="http://framework.zend.com/" target="_self">Zend Framework</a> was very young (I think it was like version 0.6). It&#8217;s now in version 1.5 and very capable. It has all the Model-View-Controller (MVC) components as well as a plethora of web services libraries that were very easy to implement. In just a few hours, I took the YouTube library and created a <a title="Disney Videos" href="http://disneyfrontier.com/videobrowser" target="_blank">topic specific video browser</a> on my other blog. The documentation was good and there is plenty of community support.</p>
<p>I like how it stores the core code of your application out of the path of what is publicly browsable. It gives it a more clean secure feel. I also like that installation basically consists of copy one directory to your web server &#8211; however, it only runs on PHP 5. Caching in the Zend Framework is just a few lines of code, making it a no brainer when it comes to web services.</p>
<p>It does have a few trade offs. It doesn&#8217;t have scaffolding or auto form creation like the other&#8217;s have. It&#8217;s newly implemented Forms library is a little cumbersome. It&#8217;s database support, while varied, feels less than integrated.</p>
<p>I think all in all, it&#8217;s a great framework. I haven&#8217;t touched Cake since 1.1, so I can&#8217;t compare it to their current version. I would recommend it to any PHP developer. If you are interested, check out <a href="http://www.killerphp.com/articles/category/zend-framework/" target="_blank">Killer PHP&#8217;s tutorials</a>.</p>
<p>Anyone compared it to the latest version of CakePHP? Any new PHP frameworks out there that rock and roll?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radicalbehavior.com/the-zend-framework/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
