<?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>Learning jQuery &#187; Source</title>
	<atom:link href="http://www.learningjquery.org/index.php/tag/source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.org</link>
	<description>Learning jQuery: Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Tue, 24 Aug 2010 10:10:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>22 Open Source PHP Frameworks To Shorten Your Development Time</title>
		<link>http://www.learningjquery.org/index.php/22-open-source-php-frameworks-to-shorten-your-development-time/</link>
		<comments>http://www.learningjquery.org/index.php/22-open-source-php-frameworks-to-shorten-your-development-time/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 09:20:24 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP Frameworks]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://www.learningjquery.org/?p=62</guid>
		<description><![CDATA[PHP is a widely used programming language for web development. Although there are a lot of alternative programming languages for web development such as ASP and Ruby, but PHP is still the most popular among them.
So, what makes PHP so popular? PHP is so popular because it is relatively easy to learn compare to other [...]]]></description>
			<content:encoded><![CDATA[<p>PHP is a widely used programming language for web development. Although there are a lot of alternative programming languages for web development such as ASP and Ruby, but PHP is still the most popular among them.</p>
<p>So, what makes PHP so popular? PHP is so popular because it is relatively easy to learn compare to other language. Furthermore, there are a lot of great tutorials for beginner to get started. Although there are a lot of resources for us, but coding a site from scratch is very tough. Luckily, there are a lot of reliable PHP Framework which can shorten the development time. These frameworks are supported by huge community and they are willing to help if you face any problems.</p>
<p>Without talking much, let’s start to look into these 22 open source PHP frameworks:</p>
<h2>Most Promising Frameworks</h2>
<h3>1. <a title="Zend Framework" href="http://framework.zend.com/" target="_blank">Zend Framework</a></h3>
<p><img title="zend-framework" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/zend-framework.png" alt="zend-framework" width="500" height="115" /><br />
Zend Framework is an object oriented framework written in PHP 5. It is based on simplicity, corporate friendly license, and a rigorously tested agile codebase. The loosely coupled architecture also allow developers to use Zend components within other framework.</p>
<h3>2. <a title="Symfony" href="http://www.symfony-project.org/" target="_blank">Symfony</a></h3>
<p><img title="symfony" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/symfony.png" alt="symfony" width="500" height="90" /><br />
Symfony is a PHP 5 framework which provides an architecture, components and tools for developers to build complex web applications faster. The official site provides a practical tutorial for Symfony beginner too.</p>
<h3>3. <a title="CodeIgniter" href="http://codeigniter.com/" target="_blank">CodeIgniter</a></h3>
<p><img title="codeigniter" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/codeigniter.png" alt="codeigniter" width="500" height="123" /><br />
CodeIgniter is another popular PHP framework. It has the advantage of having a wiki for easier navigation. New users can get started easily by referring to its documentation. It supports PHP4, which makes it can’t take full advantage of PHP5.</p>
<h3>4. <a title="CakePHP" href="http://cakephp.org/" target="_blank">CakePHP</a></h3>
<p><img title="cakephp" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cakephp.png" alt="cakephp" width="500" height="108" /><br />
Using commonly known design patterns like MVC  and ORM  within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.</p>
<h3>5. <a title="Prado PHP Framework" href="http://www.xisc.com/" target="_blank">Prado</a></h3>
<p><img title="prado" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/prado.png" alt="prado" width="500" height="56" /></p>
<p>Prado require PHP5 and above to run, and it is a component-based and event-driven programming framework for developing Web applications. There is a quick start tutorial for beginner too.</p>
<h3>6. <a title="Kohana" href="http://www.kohanaphp.com/" target="_blank">Kohana</a></h3>
<p><img title="kohana" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/kohana.png" alt="kohana" width="500" height="135" /><br />
Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use. Kohana is originally based on CodeIgniter, but it is strict PHP5 OOP, which i think is more suitable to use in building new and large scale projects.</p>
<h3>7. <a title="Solar Framework" href="http://solarphp.com/" target="_blank">Solar Framework</a></h3>
<p><img title="solar" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/solar.png" alt="solar" width="500" height="141" /><br />
Solar is a PHP 5 framework for web application development. It is fully name-spaced and uses enterprise application design patterns, with built-in support for localization and configuration at all levels.</p>
<h3>8. <a title="Fuse" href="http://www.phpfuse.net/" target="_blank">Fuse</a></h3>
<p><img title="fuse" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/fuse.png" alt="fuse" width="500" height="84" /><br />
FUSE is a Model View Controller framework for PHP. Taking influence from other web frameworks such as Ruby on Rails and CakePHP, then adding in custom, intuitive features of our own design, FUSE has developed into a robust, stable platform for MVC development using object oriented PHP.</p>
<h3>9. <a title="Yii PHP Framework" href="http://www.yiiframework.com/" target="_blank">Yii PHP Framework</a></h3>
<p><img title="yii" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/yii.png" alt="yii" width="500" height="57" /><br />
Yii is a high-performance component-based PHP framework best for developing large-scale Web applications. It has a full stack of features and written in strict OOP(require PHP5 and above).</p>
<h3>10. <a title="Akelos PHP Framework" href="http://www.akelos.org/" target="_blank">Akelos PHP Framework</a></h3>
<p><img title="akelos" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/akelos.png" alt="akelos" width="500" height="108" /><br />
The Akelos PHP Framework is a web application development platform based on the MVC (Model View Controller) design pattern.</p>
<h2>Other alternative PHP frameworks</h2>
<p>11. <a title="Recess" href="http://www.recessframework.org/" target="_blank">Recess</a><br />
12. <a title="Agavi" href="http://www.agavi.org/" target="_blank">Agavi</a><br />
13. <a title="Qcodo" href="http://www.qcodo.com/" target="_blank">Qcodo</a><br />
14. <a title="Zoop" href="http://zoopframework.com/" target="_blank">Zoop</a><br />
15. <a title="QPHP" href="http://qphp.net/" target="_blank">QPHP</a><br />
16. <a title="Seagull" href="http://seagullproject.org/" target="_blank">Seagull PHP</a><br />
17. <a title="PHPDevShell" href="http://www.phpdevshell.org/" target="_blank">PHPDevShell<br />
</a>18. <a title="PHPOpenBiz" href="http://www.phpopenbiz.org/" target="_blank">PHPOpenBiz</a><br />
19. <a title="WASP" href="http://wasp.sourceforge.net/content/" target="_blank">WASP</a><br />
20. <a title="evoCore" href="http://evocore.net/" target="_blank">evoCore</a><br />
21. <a title="Lion" href="http://www.lionframework.org/" target="_blank">Lion</a><br />
22. <a title="Flow3" href="http://flow3.typo3.org/" target="_blank">Flow3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learningjquery.org/index.php/22-open-source-php-frameworks-to-shorten-your-development-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
