<?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: PHP Video: Why Zend instead of other PHP Frameworks?</title>
	<atom:link href="http://www.killerphp.com/articles/php-video-why-zend-instead-of-other-php-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killerphp.com/articles/php-video-why-zend-instead-of-other-php-framework/</link>
	<description>Dedicated to teaching web designers PHP.</description>
	<lastBuildDate>Sun, 14 Mar 2010 21:44:29 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Simon</title>
		<link>http://www.killerphp.com/articles/php-video-why-zend-instead-of-other-php-framework/comment-page-1/#comment-92623</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 22 Jun 2009 20:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=170#comment-92623</guid>
		<description>Nicely presented

Interestingly enough, I came to a different conclusion on my framework choice using the exact same points you outlined.  (I chose CodeIgniter).  

1) &quot;All or Nothing&quot;.  I always want it all.  When moving to an MVC framework I was looking for a way to do projects where a default structure was set and all the little things like XSS protection and database driven sessions were taken care of.  Sure, modularity is neat, but it didn&#039;t factor into my decision since I&#039;ll never do another project without CI, no matter how big or small.


2) &quot;Who&#039;s Behind it&quot; (or Absolute power corrupts absolutely).   I didn&#039;t start developing with ASP or .NET or C# precisely because of who&#039;s behind it.  I like having a central body that focuses on functionality while others deal with implementation.  (think Linux distros)  This is why I feel Zend should stop offering a &quot;framework&quot; and focus solely on the library.   

- Simon</description>
		<content:encoded><![CDATA[<p>Nicely presented</p>
<p>Interestingly enough, I came to a different conclusion on my framework choice using the exact same points you outlined.  (I chose CodeIgniter).  </p>
<p>1) &#8220;All or Nothing&#8221;.  I always want it all.  When moving to an MVC framework I was looking for a way to do projects where a default structure was set and all the little things like XSS protection and database driven sessions were taken care of.  Sure, modularity is neat, but it didn&#8217;t factor into my decision since I&#8217;ll never do another project without CI, no matter how big or small.</p>
<p>2) &#8220;Who&#8217;s Behind it&#8221; (or Absolute power corrupts absolutely).   I didn&#8217;t start developing with ASP or .NET or C# precisely because of who&#8217;s behind it.  I like having a central body that focuses on functionality while others deal with implementation.  (think Linux distros)  This is why I feel Zend should stop offering a &#8220;framework&#8221; and focus solely on the library.   </p>
<p>- Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.killerphp.com/articles/php-video-why-zend-instead-of-other-php-framework/comment-page-1/#comment-92367</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 19 Jun 2009 00:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=170#comment-92367</guid>
		<description>The &quot;you don&#039;t have to use the entire framework&quot; line doesn&#039;t make sense. What he&#039;s really trying to say is ZF is a loose component framework. It&#039;s not even necessarily an MVC framework. You can do MVC is you want. It has that option. But really ZF is just a library of components that you can pick and choose from to plug into your apps. There&#039;s no standard convention to follow like Rails or most other MVC frameworks. Most people prefer the conventional rules behind these other frameworks as it streamlines development and standardizes the process for a team. It&#039;s &quot;convention over configuration&quot;. ZF is not that.</description>
		<content:encoded><![CDATA[<p>The &#8220;you don&#8217;t have to use the entire framework&#8221; line doesn&#8217;t make sense. What he&#8217;s really trying to say is ZF is a loose component framework. It&#8217;s not even necessarily an MVC framework. You can do MVC is you want. It has that option. But really ZF is just a library of components that you can pick and choose from to plug into your apps. There&#8217;s no standard convention to follow like Rails or most other MVC frameworks. Most people prefer the conventional rules behind these other frameworks as it streamlines development and standardizes the process for a team. It&#8217;s &#8220;convention over configuration&#8221;. ZF is not that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebTechMan</title>
		<link>http://www.killerphp.com/articles/php-video-why-zend-instead-of-other-php-framework/comment-page-1/#comment-92138</link>
		<dc:creator>WebTechMan</dc:creator>
		<pubDate>Mon, 15 Jun 2009 23:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=170#comment-92138</guid>
		<description>Stefan,

Thanks for the great case information about Zend Framework!
I have used many frameworks throughout my career as a professional developer.
Zend is my framework of choice, mostly based on many of the reasons you stated here.  I believe there is another very important point.

I see the trend of our Government using more open source technologies as we move forward with Government 2.0.  I have spent a lot of time working in the Government Sector and adoption of open source has been a challenge because of requirements for certified developers.  That coupled with the stakeholder fear of using web technologies that had little or no industry partnerships let Microsoft and a few other corporations dominate the government market.  

Zend is playing a major role in changing the mind set about open source technologies with its leading industry partnerships, training &amp; certification programs, and its ease of use.  

I believe that future PHP developers without the knowledge of Zend will suffer great struggles in major industry sectors.

I am also amazed with the &quot;Zend Tool&quot; and how it can automagically create your base structure with one line of code.  I am working on a step by step tutorial for this that will be posted on my blog soon.  

What is your twitter name?  Let&#039;s stay in touch at http://twitter.com/WebTechMan 

Looking forward to the future,
Dan</description>
		<content:encoded><![CDATA[<p>Stefan,</p>
<p>Thanks for the great case information about Zend Framework!<br />
I have used many frameworks throughout my career as a professional developer.<br />
Zend is my framework of choice, mostly based on many of the reasons you stated here.  I believe there is another very important point.</p>
<p>I see the trend of our Government using more open source technologies as we move forward with Government 2.0.  I have spent a lot of time working in the Government Sector and adoption of open source has been a challenge because of requirements for certified developers.  That coupled with the stakeholder fear of using web technologies that had little or no industry partnerships let Microsoft and a few other corporations dominate the government market.  </p>
<p>Zend is playing a major role in changing the mind set about open source technologies with its leading industry partnerships, training &amp; certification programs, and its ease of use.  </p>
<p>I believe that future PHP developers without the knowledge of Zend will suffer great struggles in major industry sectors.</p>
<p>I am also amazed with the &#8220;Zend Tool&#8221; and how it can automagically create your base structure with one line of code.  I am working on a step by step tutorial for this that will be posted on my blog soon.  </p>
<p>What is your twitter name?  Let&#8217;s stay in touch at <a href="http://twitter.com/WebTechMan" rel="nofollow">http://twitter.com/WebTechMan</a> </p>
<p>Looking forward to the future,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grayson Koonce</title>
		<link>http://www.killerphp.com/articles/php-video-why-zend-instead-of-other-php-framework/comment-page-1/#comment-92115</link>
		<dc:creator>Grayson Koonce</dc:creator>
		<pubDate>Mon, 15 Jun 2009 20:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=170#comment-92115</guid>
		<description>You make an excellent point. I think an overlooked fact is that Zend&#039;s Controller &amp; View components are actually very light and make Zend as an MVC a very thin an flexible web architecture.</description>
		<content:encoded><![CDATA[<p>You make an excellent point. I think an overlooked fact is that Zend&#8217;s Controller &amp; View components are actually very light and make Zend as an MVC a very thin an flexible web architecture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://www.killerphp.com/articles/php-video-why-zend-instead-of-other-php-framework/comment-page-1/#comment-92084</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Mon, 15 Jun 2009 16:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=170#comment-92084</guid>
		<description>Excellent discussion Stefan.  I&#039;ve been debating this for a while since I&#039;m getting really serious with PHP now and I know I need to get into a framework.  I&#039;ve pretty much decided on Zend, now I just need to find good resources to get me going.

thanks again for these excellent videos, both the tutorials and the talks are very enlightening!! keep them coming!

mary</description>
		<content:encoded><![CDATA[<p>Excellent discussion Stefan.  I&#8217;ve been debating this for a while since I&#8217;m getting really serious with PHP now and I know I need to get into a framework.  I&#8217;ve pretty much decided on Zend, now I just need to find good resources to get me going.</p>
<p>thanks again for these excellent videos, both the tutorials and the talks are very enlightening!! keep them coming!</p>
<p>mary</p>
]]></content:encoded>
	</item>
</channel>
</rss>
