<?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: Why Zend Framework?</title>
	<atom:link href="http://dev.juokaz.com/php/why-zend-framework/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.juokaz.com/php/why-zend-framework</link>
	<description>Random ideas, scripts and facts</description>
	<lastBuildDate>Mon, 29 Mar 2010 18:47:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zend Framework is NOT bloated &#124; Juozas devBlog</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-9918</link>
		<dc:creator>Zend Framework is NOT bloated &#124; Juozas devBlog</dc:creator>
		<pubDate>Mon, 22 Mar 2010 10:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-9918</guid>
		<description>[...] web framework components and finishing up with services classes (I have written more about this here). There is a big chance that you are not going to use all of them, but because all components are [...]</description>
		<content:encoded><![CDATA[<p>[...] web framework components and finishing up with services classes (I have written more about this here). There is a big chance that you are not going to use all of them, but because all components are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newbie</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-8267</link>
		<dc:creator>Newbie</dc:creator>
		<pubDate>Sat, 23 Jan 2010 01:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-8267</guid>
		<description>I personally prefer Kohana. Its powerful, lightweight, scalable and has a promising future. 

Zend in my opinion is pretty much a collection of libraries, and given that they can be easily integrated with Kohana, I&#039;m inclined to use Kohana as the base for a web application and use Zend components as and when required!</description>
		<content:encoded><![CDATA[<p>I personally prefer Kohana. Its powerful, lightweight, scalable and has a promising future. </p>
<p>Zend in my opinion is pretty much a collection of libraries, and given that they can be easily integrated with Kohana, I&#8217;m inclined to use Kohana as the base for a web application and use Zend components as and when required!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-7398</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 21 Dec 2009 20:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-7398</guid>
		<description>Hi,

I don&#039;t agree with the idea that ZF is more like a component repository. Although you can decouple almost every component, they work extremely well together.

About scaffolding, the closest thing out there is this datagrid.

http://petala-azul.com/blog/ 
examples here: http://petala-azul.com/grid 

cheers,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I don&#8217;t agree with the idea that ZF is more like a component repository. Although you can decouple almost every component, they work extremely well together.</p>
<p>About scaffolding, the closest thing out there is this datagrid.</p>
<p><a href="http://petala-azul.com/blog/" rel="nofollow">http://petala-azul.com/blog/</a><br />
examples here: <a href="http://petala-azul.com/grid" rel="nofollow">http://petala-azul.com/grid</a> </p>
<p>cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juozas</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-7041</link>
		<dc:creator>Juozas</dc:creator>
		<pubDate>Wed, 09 Dec 2009 06:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-7041</guid>
		<description>Ohh, I see comments about performance :) Why is that everyone starts from this, without even having benchmarks? I have starting writing a post about this &quot;Zend Framework is not FAT&quot;, but pretty much from my experience framework is not a bottleneck. There other things you need to know and as with all cases - you need to have experience with framework, to know where caching must be enabled and etc. Lightweight framework doesn&#039;t mean it&#039;s a fast framework (not always), for example this example: http://www.doctrine-project.org/blog/php-benchmarking-mythbusters. I will write more about this very soon.

Speaking of books, &lt;a href=&quot;http://www.amazon.co.uk/Zend-Framework-1-8-Application-Development/dp/1847194222/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1260338706&amp;sr=8-2&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; one seems to be good, although I haven&#039;t read it myself. There a few more, but basically manual+blogs+google is a way to go I would say. 

Usually I don&#039;t even read the manual, but just jump straight into the code - IDE&#039;s have good support for navigation by method name, so finding out what is happening and what data needs to be passed is only a matter of a few moments. Apart from that, manual works great for me, even though I would like to have more examples - sometimes it just takes time to get how all these objects should be connected together.</description>
		<content:encoded><![CDATA[<p>Ohh, I see comments about performance :) Why is that everyone starts from this, without even having benchmarks? I have starting writing a post about this &#8220;Zend Framework is not FAT&#8221;, but pretty much from my experience framework is not a bottleneck. There other things you need to know and as with all cases &#8211; you need to have experience with framework, to know where caching must be enabled and etc. Lightweight framework doesn&#8217;t mean it&#8217;s a fast framework (not always), for example this example: <a href="http://www.doctrine-project.org/blog/php-benchmarking-mythbusters" rel="nofollow">http://www.doctrine-project.org/blog/php-benchmarking-mythbusters</a>. I will write more about this very soon.</p>
<p>Speaking of books, <a href="http://www.amazon.co.uk/Zend-Framework-1-8-Application-Development/dp/1847194222/ref=sr_1_2?ie=UTF8&#038;s=books&#038;qid=1260338706&#038;sr=8-2" rel="nofollow">this</a> one seems to be good, although I haven&#8217;t read it myself. There a few more, but basically manual+blogs+google is a way to go I would say. </p>
<p>Usually I don&#8217;t even read the manual, but just jump straight into the code &#8211; IDE&#8217;s have good support for navigation by method name, so finding out what is happening and what data needs to be passed is only a matter of a few moments. Apart from that, manual works great for me, even though I would like to have more examples &#8211; sometimes it just takes time to get how all these objects should be connected together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TIbo</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-7025</link>
		<dc:creator>TIbo</dc:creator>
		<pubDate>Tue, 08 Dec 2009 21:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-7025</guid>
		<description>I agree that the learning curve can be high although once mastered the the flexibility is a real plus. Imho the manual describes a lot but is not too useful as reference guide. I can really advise to look at the &lt;a href=&quot;http://framework.zend.com/apidoc/core/&quot; rel=&quot;nofollow&quot;&gt;API docs&lt;/a&gt;. Seeing what methods exist gives a good overview and good leads to find specific blogpost.</description>
		<content:encoded><![CDATA[<p>I agree that the learning curve can be high although once mastered the the flexibility is a real plus. Imho the manual describes a lot but is not too useful as reference guide. I can really advise to look at the <a href="http://framework.zend.com/apidoc/core/" rel="nofollow">API docs</a>. Seeing what methods exist gives a good overview and good leads to find specific blogpost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-7024</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 08 Dec 2009 20:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-7024</guid>
		<description>Any recommendations of books on ZF which are a good starting point for beginners?</description>
		<content:encoded><![CDATA[<p>Any recommendations of books on ZF which are a good starting point for beginners?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EllisGL</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-7015</link>
		<dc:creator>EllisGL</dc:creator>
		<pubDate>Tue, 08 Dec 2009 15:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-7015</guid>
		<description>Paulius, most frameworks allow you to include the Zend library. Kohana 2.x and 3.0 can do it with out much effort.</description>
		<content:encoded><![CDATA[<p>Paulius, most frameworks allow you to include the Zend library. Kohana 2.x and 3.0 can do it with out much effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pádraic Brady</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-7014</link>
		<dc:creator>Pádraic Brady</dc:creator>
		<pubDate>Tue, 08 Dec 2009 15:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-7014</guid>
		<description>@Paulius: other frameworks have library components also. ZF just takes it an all new level where the MVC is practically teeny compared to the rest of what it offers. It&#039;s performance is also extremely good, and about to get a *lot* better in ZF 2.0. If you disagree, I&#039;d love to see the benchmarks you&#039;re basing this on.

@EllisGL: The rapidly evolving nature of ZF has made online tutorials a problem. The books are far more reliable (at least one them is even free in an incomplete form).</description>
		<content:encoded><![CDATA[<p>@Paulius: other frameworks have library components also. ZF just takes it an all new level where the MVC is practically teeny compared to the rest of what it offers. It&#8217;s performance is also extremely good, and about to get a *lot* better in ZF 2.0. If you disagree, I&#8217;d love to see the benchmarks you&#8217;re basing this on.</p>
<p>@EllisGL: The rapidly evolving nature of ZF has made online tutorials a problem. The books are far more reliable (at least one them is even free in an incomplete form).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juozas Kaziukenas&#8217; Blog: Why Zend Framework? &#124; Webs Developer</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-7013</link>
		<dc:creator>Juozas Kaziukenas&#8217; Blog: Why Zend Framework? &#124; Webs Developer</dc:creator>
		<pubDate>Tue, 08 Dec 2009 15:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-7013</guid>
		<description>[...] a new post Juozas Kaziukenas takes a look at reasons he thinks you should (or shouldn&#8217;t?) use the Zend [...]</description>
		<content:encoded><![CDATA[<p>[...] a new post Juozas Kaziukenas takes a look at reasons he thinks you should (or shouldn&#8217;t?) use the Zend [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juozas Kaziukenas&#8217; Blog: Why Zend Framework? &#124; Development Blog With Code Updates : Developercast.com</title>
		<link>http://dev.juokaz.com/php/why-zend-framework/comment-page-1#comment-7011</link>
		<dc:creator>Juozas Kaziukenas&#8217; Blog: Why Zend Framework? &#124; Development Blog With Code Updates : Developercast.com</dc:creator>
		<pubDate>Tue, 08 Dec 2009 14:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=937#comment-7011</guid>
		<description>[...] a new post Juozas Kaziukenas takes a look at reasons he thinks you should (or shouldn&#8217;t?) use the Zend [...]</description>
		<content:encoded><![CDATA[<p>[...] a new post Juozas Kaziukenas takes a look at reasons he thinks you should (or shouldn&#8217;t?) use the Zend [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
