<?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>learn &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/learn/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>How to create a PHP Framework?</title>
		<link>/2008/09/17/how-to-create-a-php-framework/</link>
		<comments>/2008/09/17/how-to-create-a-php-framework/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 07:33:01 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[quick start]]></category>

		<guid isPermaLink="false">/?p=119</guid>
		<description><![CDATA[A very good post on how a PHP framework can be build I found here. Everyone should be familiar with the basic principles described in the article, so don&#8217;t hesitate to read it carefully.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2008/08/04/why-you-should-learn-a-framework/" rel="bookmark" title="Why should we learn a framework?">Why should we learn a framework? </a></li>
<li><a href="/2009/02/12/choosing-a-php-ide/" rel="bookmark" title="Choosing a PHP IDE">Choosing a PHP IDE </a></li>
<li><a href="/2008/08/11/zend-framework-quick-tutorial-part-2-directory-layout-and-bootstrapping/" rel="bookmark" title="Zend Framework &#8211; quick tutorial (part 2)">Zend Framework &#8211; quick tutorial (part 2) </a></li>
<li><a href="/2010/04/09/secure-forms-with-zend-framework/" rel="bookmark" title="Secure Forms with Zend Framework">Secure Forms with Zend Framework </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>A very good post on how a PHP framework can be build I found <a href="http://nettuts.com/php/creating-a-php5-framework-part-1/">here</a>. Everyone should be familiar with the basic principles described in the article, so don&#8217;t hesitate to read it carefully.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2008/08/04/why-you-should-learn-a-framework/" rel="bookmark" title="Why should we learn a framework?">Why should we learn a framework? </a></li>
<li><a href="/2009/02/12/choosing-a-php-ide/" rel="bookmark" title="Choosing a PHP IDE">Choosing a PHP IDE </a></li>
<li><a href="/2008/08/11/zend-framework-quick-tutorial-part-2-directory-layout-and-bootstrapping/" rel="bookmark" title="Zend Framework &#8211; quick tutorial (part 2)">Zend Framework &#8211; quick tutorial (part 2) </a></li>
<li><a href="/2010/04/09/secure-forms-with-zend-framework/" rel="bookmark" title="Secure Forms with Zend Framework">Secure Forms with Zend Framework </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2008/09/17/how-to-create-a-php-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why should we learn a framework?</title>
		<link>/2008/08/04/why-you-should-learn-a-framework/</link>
		<comments>/2008/08/04/why-you-should-learn-a-framework/#respond</comments>
		<pubDate>Mon, 04 Aug 2008 08:21:17 +0000</pubDate>
		<dc:creator><![CDATA[stoimen]]></dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[learn]]></category>

		<guid isPermaLink="false">/?p=27</guid>
		<description><![CDATA[If anybody still asks should we learn a framework, I recommend him to read the recent post of Ian P. Christian. Before you start, however there are no recommendation there about which framework you&#8217;ve to choose, but he gives a good examples and advices why there&#8217;s no need to apply common design patters over and &#8230; <a href="/2008/08/04/why-you-should-learn-a-framework/" class="more-link">Continue reading <span class="screen-reader-text">Why should we learn a framework?</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2008/09/17/how-to-create-a-php-framework/" rel="bookmark" title="How to create a PHP Framework?">How to create a PHP Framework? </a></li>
<li><a href="/2008/08/11/zend-framework-quick-tutorial-part-2-directory-layout-and-bootstrapping/" rel="bookmark" title="Zend Framework &#8211; quick tutorial (part 2)">Zend Framework &#8211; quick tutorial (part 2) </a></li>
<li><a href="/2008/07/31/how-to-start-with-zend-framework/" rel="bookmark" title="How to start with Zend Framework">How to start with Zend Framework </a></li>
<li><a href="/2008/08/05/zend-framework-quick-tutorial-part-1-introduction/" rel="bookmark" title="Zend Framework &#8211; quick tutorial (part 1)">Zend Framework &#8211; quick tutorial (part 1) </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>If anybody still asks should we learn a framework, I recommend him to read the recent <a href="http://pookey.co.uk/blog/archives/56-Should-you-learn-a-framework.html">post</a><br />
of Ian P. Christian.</p>
<p>Before you start, however there are no recommendation there about which framework you&#8217;ve to choose, but he gives a good examples and advices why there&#8217;s no need to apply common design patters over and over again.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2008/09/17/how-to-create-a-php-framework/" rel="bookmark" title="How to create a PHP Framework?">How to create a PHP Framework? </a></li>
<li><a href="/2008/08/11/zend-framework-quick-tutorial-part-2-directory-layout-and-bootstrapping/" rel="bookmark" title="Zend Framework &#8211; quick tutorial (part 2)">Zend Framework &#8211; quick tutorial (part 2) </a></li>
<li><a href="/2008/07/31/how-to-start-with-zend-framework/" rel="bookmark" title="How to start with Zend Framework">How to start with Zend Framework </a></li>
<li><a href="/2008/08/05/zend-framework-quick-tutorial-part-1-introduction/" rel="bookmark" title="Zend Framework &#8211; quick tutorial (part 1)">Zend Framework &#8211; quick tutorial (part 1) </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2008/08/04/why-you-should-learn-a-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
