<?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: Best free PHP learning resources for beginners</title>
	<atom:link href="http://designblurb.com/beginner-php-learning-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://designblurb.com/beginner-php-learning-resources/</link>
	<description>Design Tutorials, Resources, Freebies, Links and Inspiration</description>
	<lastBuildDate>Wed, 30 Jun 2010 11:47:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vaclav Koyelka</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-2301</link>
		<dc:creator>Vaclav Koyelka</dc:creator>
		<pubDate>Thu, 10 Jun 2010 10:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-2301</guid>
		<description>DooPHP is bad framework. Benchmark is good, but look into api. this framework only rewrite clean PHP to objects, e.g.:
PHP: strlen($string)
DooPHP: String::length($string)

and if you look into content of function length in String class you will see: return strlen($string);

if you recommend framework, so you MUST have experience with it

But for my recommend, using framework as beginner is bad practice, because he need to learn language not framework.

if you want to build a house, you must have experience with building :-)</description>
		<content:encoded><![CDATA[<p>DooPHP is bad framework. Benchmark is good, but look into api. this framework only rewrite clean PHP to objects, e.g.:<br />
PHP: strlen($string)<br />
DooPHP: String::length($string)</p>
<p>and if you look into content of function length in String class you will see: return strlen($string);</p>
<p>if you recommend framework, so you MUST have experience with it</p>
<p>But for my recommend, using framework as beginner is bad practice, because he need to learn language not framework.</p>
<p>if you want to build a house, you must have experience with building :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmed</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-2269</link>
		<dc:creator>ahmed</dc:creator>
		<pubDate>Sun, 11 Apr 2010 15:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-2269</guid>
		<description>thank you so much
it is so great</description>
		<content:encoded><![CDATA[<p>thank you so much<br />
it is so great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vickie</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-2042</link>
		<dc:creator>vickie</dc:creator>
		<pubDate>Mon, 24 Aug 2009 09:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-2042</guid>
		<description>In my opinion,  you can start learning PHP by selecting an appropriate framework to make you develop a site easily. I would recommend DooPHP because I saw their benchmark and demo, seems like the performance is much more faster than CakePHP, Yii and others.  I think you can see the benchmark comparison at http://doophp.com/benchmark</description>
		<content:encoded><![CDATA[<p>In my opinion,  you can start learning PHP by selecting an appropriate framework to make you develop a site easily. I would recommend DooPHP because I saw their benchmark and demo, seems like the performance is much more faster than CakePHP, Yii and others.  I think you can see the benchmark comparison at <a href="http://doophp.com/benchmark" rel="nofollow">http://doophp.com/benchmark</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nokadota</title>
		<link>http://designblurb.com/beginner-php-learning-resources/#comment-1994</link>
		<dc:creator>Nokadota</dc:creator>
		<pubDate>Fri, 24 Jul 2009 20:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://designblurb.com/?p=1293#comment-1994</guid>
		<description>I am working on enhancing my skillset so I can be more balanced as a designer/developer and I think this post has helped me immensely. CakePHP sounds like a nice framework as well, but being grounded in PHP first looks like the way to go.

Thanks a bunch for this post!</description>
		<content:encoded><![CDATA[<p>I am working on enhancing my skillset so I can be more balanced as a designer/developer and I think this post has helped me immensely. CakePHP sounds like a nice framework as well, but being grounded in PHP first looks like the way to go.</p>
<p>Thanks a bunch for this post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
