<?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 for StyleVein</title>
	<atom:link href="http://www.stylevein.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stylevein.com</link>
	<description>addictive design, development, and seo</description>
	<lastBuildDate>Fri, 29 Jan 2010 22:20:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The Best PHP Framework to Learn by Toby</title>
		<link>http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/comment-page-1/#comment-597</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Fri, 29 Jan 2010 22:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/#comment-597</guid>
		<description>I have done lots of PHP websites without any framework....then I did some projects in WebObjects and afterwards using Tapestry4 and then Tapestry5 (Java world).

I am now doing a PHP project again and looking for the best framework in terms of simple, clean and fast code without over-complicating everything.

After working with Tapestry5, the Zend framework looks like going back to the middle ages again:

1. Why on earth should I create database tables? When the objects are defined, the database should be generated automatically (e.g. like Hibernate in the Java world).

2. using the Zend  framework means lots of lines of code that is repetitive and not really necessary.

When a simple paginator means so much code as described here:  http://framework.zend.com/manual/en/learning.paginator.together.html this means I need 5-10 times longer for a project.

Ruby on Rails would be better then PHP using Zend...but still - even Ruby on Rails is only 70% of what Tapestry offers and why on earth should I learn another &quot;fashion&quot; language?

Just my 2 cents.</description>
		<content:encoded><![CDATA[<p>I have done lots of PHP websites without any framework&#8230;.then I did some projects in WebObjects and afterwards using Tapestry4 and then Tapestry5 (Java world).</p>
<p>I am now doing a PHP project again and looking for the best framework in terms of simple, clean and fast code without over-complicating everything.</p>
<p>After working with Tapestry5, the Zend framework looks like going back to the middle ages again:</p>
<p>1. Why on earth should I create database tables? When the objects are defined, the database should be generated automatically (e.g. like Hibernate in the Java world).</p>
<p>2. using the Zend  framework means lots of lines of code that is repetitive and not really necessary.</p>
<p>When a simple paginator means so much code as described here:  <a href="http://framework.zend.com/manual/en/learning.paginator.together.html" rel="nofollow">http://framework.zend.com/manual/en/learning.paginator.together.html</a> this means I need 5-10 times longer for a project.</p>
<p>Ruby on Rails would be better then PHP using Zend&#8230;but still &#8211; even Ruby on Rails is only 70% of what Tapestry offers and why on earth should I learn another &#8220;fashion&#8221; language?</p>
<p>Just my 2 cents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Best PHP Framework to Learn by Quentin</title>
		<link>http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/comment-page-1/#comment-594</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/#comment-594</guid>
		<description>Can anyone recommend good books or online material to start learning Zend?</description>
		<content:encoded><![CDATA[<p>Can anyone recommend good books or online material to start learning Zend?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Best PHP Framework to Learn by will</title>
		<link>http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/comment-page-1/#comment-591</link>
		<dc:creator>will</dc:creator>
		<pubDate>Mon, 11 Jan 2010 00:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/#comment-591</guid>
		<description>I think its become increasingly obvious Zend framework is not the way forward for php developers.  They just haven&#039;t delivered a useful, logical framework that will make your life easier as a developer and enable you to make fantastic websites &amp; applications.  There are a few other options that are a good choice depending on preference, with good support and documentation.  Zend Framework is not one of them.  Picking one because you think it might be the industry standard when there are clearly better solutions is not a good idea.</description>
		<content:encoded><![CDATA[<p>I think its become increasingly obvious Zend framework is not the way forward for php developers.  They just haven&#8217;t delivered a useful, logical framework that will make your life easier as a developer and enable you to make fantastic websites &amp; applications.  There are a few other options that are a good choice depending on preference, with good support and documentation.  Zend Framework is not one of them.  Picking one because you think it might be the industry standard when there are clearly better solutions is not a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Best PHP Framework to Learn by Amila Udana Kalinga</title>
		<link>http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/comment-page-1/#comment-562</link>
		<dc:creator>Amila Udana Kalinga</dc:creator>
		<pubDate>Thu, 08 Oct 2009 05:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/#comment-562</guid>
		<description>I was studying Zend framework, because it is zend. It is very nice in the beginning when studying it. But was so hard. We need a framework to make it easy in development but here it is not true. I thing going back to CodeIgniter is the best way to solve these issues.</description>
		<content:encoded><![CDATA[<p>I was studying Zend framework, because it is zend. It is very nice in the beginning when studying it. But was so hard. We need a framework to make it easy in development but here it is not true. I thing going back to CodeIgniter is the best way to solve these issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Best PHP Framework to Learn by Gokhan</title>
		<link>http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/comment-page-1/#comment-561</link>
		<dc:creator>Gokhan</dc:creator>
		<pubDate>Sun, 04 Oct 2009 10:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/#comment-561</guid>
		<description>Agree, if career is the only parameter go for .NET. 

If quality, speed and pleasure of developing code are parameters then go for Ruby On Rails</description>
		<content:encoded><![CDATA[<p>Agree, if career is the only parameter go for .NET. </p>
<p>If quality, speed and pleasure of developing code are parameters then go for Ruby On Rails</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Best PHP Framework to Learn by magallanes</title>
		<link>http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/comment-page-1/#comment-556</link>
		<dc:creator>magallanes</dc:creator>
		<pubDate>Wed, 23 Sep 2009 14:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/#comment-556</guid>
		<description>Zend framework is just FUD, and a developer just must learn it, put in the resume then forget about it.

In any case, almost all framework are useless, specially those mvc framework around here.

Why?. because you are adding a extra (and complex) layer and you are gaining nothing but adding extra code.

Zend Framework specifically is awful, ZF is a mix of several sources of code mix altogether without any rules.  The goal of ZF is to growth and nothing else much, the more code ZF add to their stuff then the most bloated and complex it will become.</description>
		<content:encoded><![CDATA[<p>Zend framework is just FUD, and a developer just must learn it, put in the resume then forget about it.</p>
<p>In any case, almost all framework are useless, specially those mvc framework around here.</p>
<p>Why?. because you are adding a extra (and complex) layer and you are gaining nothing but adding extra code.</p>
<p>Zend Framework specifically is awful, ZF is a mix of several sources of code mix altogether without any rules.  The goal of ZF is to growth and nothing else much, the more code ZF add to their stuff then the most bloated and complex it will become.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking Someone&#8217;s Search Ranking? Don&#8217;t let it happen to you. by Scud</title>
		<link>http://www.stylevein.com/2007/08/26/hacking-someones-search-ranking-dont-let-it-happen-to-you/comment-page-1/#comment-552</link>
		<dc:creator>Scud</dc:creator>
		<pubDate>Wed, 16 Sep 2009 14:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/08/26/hacking-someones-search-ranking-dont-let-it-happen-to-you/#comment-552</guid>
		<description>greate thanx for it.</description>
		<content:encoded><![CDATA[<p>greate thanx for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Beginning of a Style Blog by sandrar</title>
		<link>http://www.stylevein.com/2007/08/23/the-beginning-of-a-style-blog/comment-page-1/#comment-550</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/08/23/the-beginning-of-a-style-blog/#comment-550</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.stylevein.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Best PHP Framework to Learn by Craigs</title>
		<link>http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/comment-page-1/#comment-548</link>
		<dc:creator>Craigs</dc:creator>
		<pubDate>Fri, 04 Sep 2009 17:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/#comment-548</guid>
		<description>1 major point I agree with the author: Php jobs are increasing day by day.

Most of the companies that are offering php jobs are asking knowledge zend framework as a necessity.</description>
		<content:encoded><![CDATA[<p>1 major point I agree with the author: Php jobs are increasing day by day.</p>
<p>Most of the companies that are offering php jobs are asking knowledge zend framework as a necessity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Best PHP Framework to Learn by dimis283</title>
		<link>http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/comment-page-1/#comment-545</link>
		<dc:creator>dimis283</dc:creator>
		<pubDate>Wed, 12 Aug 2009 08:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stylevein.com/2007/10/02/the-best-php-framework-to-learn/#comment-545</guid>
		<description>I used codeigniter and for a small project kohana but now I am stick with yiiframework.com,I thing it is a good and a better choice of 2 previous.</description>
		<content:encoded><![CDATA[<p>I used codeigniter and for a small project kohana but now I am stick with yiiframework.com,I thing it is a good and a better choice of 2 previous.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
