<?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>Beyond Coding &#187; Kohana</title>
	<atom:link href="http://www.beyondcoding.com/category/php/kohana-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beyondcoding.com</link>
	<description>Follow us on Twitter: @fredwu and @scotti3g</description>
	<lastBuildDate>Mon, 15 Mar 2010 02:35:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Authlite 2.0 for Kohana 3.0 Alpha Testing</title>
		<link>http://www.beyondcoding.com/2009/10/31/authlite-2-0-for-kohana-3-0-alpha-testing/</link>
		<comments>http://www.beyondcoding.com/2009/10/31/authlite-2-0-for-kohana-3-0-alpha-testing/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 12:04:59 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Releases Updates]]></category>
		<category><![CDATA[Auth]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Authlite]]></category>

		<guid isPermaLink="false">http://www.beyondcoding.com/?p=354</guid>
		<description><![CDATA[If you are using Kohana 2.x, please use Authlite 1.x, otherwise, you are welcome to check out the new code tailored for Kohana 3.0.
Please check out the code on Github.
So far I&#8217;ve only spent a little bit of time to make it work on Kohana 3.0, but I will be addressing some known issues and [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using Kohana 2.x, please use <a href="http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/">Authlite 1.x</a>, otherwise, you are welcome to check out the new code tailored for Kohana 3.0.</p>
<p>Please <a href="http://github.com/fredwu/authlite">check out the code on Github</a>.</p>
<p>So far I&#8217;ve only spent a little bit of time to make it work on Kohana 3.0, but I will be addressing some known issues and adding more features in the next few days. :) </p>

	Tags: <a href="http://www.beyondcoding.com/tag/auth/" title="Auth" rel="tag">Auth</a>, <a href="http://www.beyondcoding.com/tag/authentication/" title="Authentication" rel="tag">Authentication</a>, <a href="http://www.beyondcoding.com/tag/authlite/" title="Authlite" rel="tag">Authlite</a>, <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/" title="Release: [Kohana Module] Authlite, for User Authentication (January 21, 2009)">Release: [Kohana Module] Authlite, for User Authentication</a> (21)</li>
	<li><a href="http://www.beyondcoding.com/2009/03/11/yii-kohana-bridge-updated-full-kohana-flavour-now-added/" title="Yii Kohana Bridge updated: full Kohana flavour now added! (March 11, 2009)">Yii Kohana Bridge updated: full Kohana flavour now added!</a> (2)</li>
	<li><a href="http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/" title="Using Zend Framework with Kohana (November 14, 2008)">Using Zend Framework with Kohana</a> (8)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/" title="Using Zend Framework with CodeIgniter (February 21, 2008)">Using Zend Framework with CodeIgniter</a> (39)</li>
	<li><a href="http://www.beyondcoding.com/2009/10/29/using-zend-framework-1-8-with-kohana/" title="Using Zend Framework 1.8+ with Kohana (October 29, 2009)">Using Zend Framework 1.8+ with Kohana</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2009/10/31/authlite-2-0-for-kohana-3-0-alpha-testing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Zend Framework 1.8+ with Kohana</title>
		<link>http://www.beyondcoding.com/2009/10/29/using-zend-framework-1-8-with-kohana/</link>
		<comments>http://www.beyondcoding.com/2009/10/29/using-zend-framework-1-8-with-kohana/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 10:12:49 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[autoload]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.beyondcoding.com/?p=353</guid>
		<description><![CDATA[Even though the method outlined in my previous post would still work, I thought I&#8217;d post a cleaner one to handle the auto-load of Zend Framework classes in Kohana.
The code works with Zend Framework 1.8+, where a new Autoloader class has been introduced.
You can put the code in an appropriate place in your application, it [...]]]></description>
			<content:encoded><![CDATA[<p>Even though the method outlined in my <a href="http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/">previous post</a> would still work, I thought I&#8217;d post a cleaner one to handle the auto-load of Zend Framework classes in Kohana.</p>
<p>The code works with Zend Framework 1.8+, where a new <a href="http://framework.zend.com/manual/en/zend.loader.autoloader.html">Autoloader class</a> has been introduced.</p>
<p>You can put the code in an appropriate place in your application, it could be in the base controller, or if you&#8217;re using Kohana 3.0, in the bootstrap file.</p>
<p>You now no longer need to manually &#8216;include/require&#8217; Zend Framework files. :)</p>
<pre class="brush: php;">
if ($path = Kohana::find_file('vendors', 'Zend/Loader'))
{
	ini_set('include_path',
	ini_get('include_path').PATH_SEPARATOR.dirname(dirname($path)));

	require_once 'Zend/Loader/Autoloader.php';
	Zend_Loader_Autoloader::getInstance();
}
</pre>

	Tags: <a href="http://www.beyondcoding.com/tag/autoload/" title="autoload" rel="tag">autoload</a>, <a href="http://www.beyondcoding.com/tag/integration/" title="integration" rel="tag">integration</a>, <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a>, <a href="http://www.beyondcoding.com/tag/zend-framework/" title="Zend Framework" rel="tag">Zend Framework</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/" title="Using Zend Framework with Kohana (November 14, 2008)">Using Zend Framework with Kohana</a> (8)</li>
	<li><a href="http://www.beyondcoding.com/2009/03/11/yii-kohana-bridge-updated-full-kohana-flavour-now-added/" title="Yii Kohana Bridge updated: full Kohana flavour now added! (March 11, 2009)">Yii Kohana Bridge updated: full Kohana flavour now added!</a> (2)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/" title="Using Zend Framework with CodeIgniter (February 21, 2008)">Using Zend Framework with CodeIgniter</a> (39)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/23/notes-on-choosing-a-php-framework-a-quick-comparison-of-codeigniter-and-kohana/" title="Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana (February 23, 2008)">Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana</a> (49)</li>
	<li><a href="http://www.beyondcoding.com/2008/03/17/layerful-framework-performance-in-kohana/" title="Layerful Framework Performance in Kohana (March 17, 2008)">Layerful Framework Performance in Kohana</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2009/10/29/using-zend-framework-1-8-with-kohana/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Yii Kohana Bridge updated: full Kohana flavour now added!</title>
		<link>http://www.beyondcoding.com/2009/03/11/yii-kohana-bridge-updated-full-kohana-flavour-now-added/</link>
		<comments>http://www.beyondcoding.com/2009/03/11/yii-kohana-bridge-updated-full-kohana-flavour-now-added/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 00:54:19 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Releases Updates]]></category>
		<category><![CDATA[Yii]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.beyondcoding.com/?p=290</guid>
		<description><![CDATA[I have just pushed some updates to the Git repository.
The entire Kohana distribution is now included. The bridging class is now renamed to &#8216;Kbridge&#8217;.
Not all helpers and libraries will work at the moment, especially the ones that reference Kohana core classes. I am however planning to bridge the core classes and configuration files for tighter [...]]]></description>
			<content:encoded><![CDATA[<p>I have just <a href="http://github.com/fredwu/yii-kohana-bridge/commit/048b451b6a340065f091b6f65dab97ebca32598b">pushed some updates</a> to <a href="http://github.com/fredwu/yii-kohana-bridge/tree/master">the Git repository</a>.</p>
<p>The entire Kohana distribution is now included. The bridging class is now renamed to &#8216;Kbridge&#8217;.</p>
<p>Not all helpers and libraries will work at the moment, especially the ones that reference Kohana core classes. I am however planning to bridge the core classes and configuration files for tighter integration.</p>
<p>If you have any suggestions please let me know. :)</p>

	Tags: <a href="http://www.beyondcoding.com/tag/bridge/" title="bridge" rel="tag">bridge</a>, <a href="http://www.beyondcoding.com/tag/integration/" title="integration" rel="tag">integration</a>, <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a>, <a href="http://www.beyondcoding.com/tag/yii/" title="Yii" rel="tag">Yii</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/" title="Using Zend Framework with Kohana (November 14, 2008)">Using Zend Framework with Kohana</a> (8)</li>
	<li><a href="http://www.beyondcoding.com/2009/10/29/using-zend-framework-1-8-with-kohana/" title="Using Zend Framework 1.8+ with Kohana (October 29, 2009)">Using Zend Framework 1.8+ with Kohana</a> (3)</li>
	<li><a href="http://www.beyondcoding.com/2009/03/02/choosing-a-php-framework-round-2-yii-vs-kohana-vs-codeigniter/" title="Choosing a PHP Framework Round 2: Yii vs Kohana vs CodeIgniter (March 2, 2009)">Choosing a PHP Framework Round 2: Yii vs Kohana vs CodeIgniter</a> (41)</li>
	<li><a href="http://www.beyondcoding.com/2009/06/30/yii-framework-rebranding-underway/" title="Yii Framework Rebranding Underway (June 30, 2009)">Yii Framework Rebranding Underway</a> (8)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/" title="Using Zend Framework with CodeIgniter (February 21, 2008)">Using Zend Framework with CodeIgniter</a> (39)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2009/03/11/yii-kohana-bridge-updated-full-kohana-flavour-now-added/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Choosing a PHP Framework Round 2: Yii vs Kohana vs CodeIgniter</title>
		<link>http://www.beyondcoding.com/2009/03/02/choosing-a-php-framework-round-2-yii-vs-kohana-vs-codeigniter/</link>
		<comments>http://www.beyondcoding.com/2009/03/02/choosing-a-php-framework-round-2-yii-vs-kohana-vs-codeigniter/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 06:09:45 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Yii]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.beyondcoding.com/?p=260</guid>
		<description><![CDATA[It was over a year ago that I wrote the article that compares CodeIgniter and Kohana. Since then both CodeIgniter and Kohana have seen major progress with the release of CodeIgniter 1.7.0 and Kohana 2.3.
In December 2008, a new PHP framework called Yii has been released to the public with a stable 1.0. There were [...]]]></description>
			<content:encoded><![CDATA[<p>It was over a year ago that I wrote <a href="http://www.beyondcoding.com/2008/02/23/notes-on-choosing-a-php-framework-a-quick-comparison-of-codeigniter-and-kohana/">the article that compares CodeIgniter and Kohana</a>. Since then both CodeIgniter and Kohana have seen major progress with the release of <a href="http://www.derekallard.com/blog/post/codeigniter-170-released/">CodeIgniter 1.7.0</a> and <a href="http://learn.kohanaphp.com/2008/08/09/kohana-22-released/">Kohana 2.3</a>.</p>
<p>In December 2008, a new PHP framework called <a href="http://www.yiiframework.com/">Yii</a> has been released to the public with a stable 1.0. There were a lot of new PHP framework released in 2008, but Yii was one of the more recognised ones because:</p>
<ul>
<li>The author, Qiang Xue, is the author of the well established <a href="http://www.xisc.com/">PRADO framework</a>.</li>
<li>It is a simple to use, well organised, PHP 5 only MVC framework.</li>
<li>It claims to have <a href="http://www.yiiframework.com/performance/">astonishing performance</a>.</li>
</ul>
<p>Before I start this round of comparison, let me briefly list my experience with these frameworks, so you may interpret this article with your own judgement.</p>
<p><strong>CodeIgniter:</strong> I started using CodeIgniter since its version 1.2.x from a few years ago. During the past few years I have worked on projects mainly using version 1.5.x and 1.6.x. I have now stopped using CodeIgniter in favour of using other PHP 5 only frameworks.</p>
<p><strong>Kohana:</strong> I first started using Kohana when it was called BlueFlame back when it was first forked out of CodeIgniter. Since then I have lurked and participated in the Kohana community. All of my recent projects are done in Kohana.</p>
<p><strong>Yii:</strong> The 1.0 release of Yii had my attention, but I didn&#8217;t really dive into it until about now. However, most of my impressions on Yii are based on its <a href="http://www.yiiframework.com/doc/">documentation</a> and <a href="http://daniel.carrera.bz/2009/01/comparison-of-php-frameworks-part-i/">this article by Daniel</a>.</p>
<p>Let&#8217;s see how they compare with each other.</p>
<p><small>Same notes as before: Grading scale: Limited < Fair < Good < Excellent. If a feature is not available in the distributed package, but is available via 3rd party libraries, I will state that in the comparison. If a feature is available both in the distributed package and via 3rd party libraries, only the official one will get assessed.</small></p>
<p><span id="more-260"></span></p>
<p>Software releases used for this comparison are:</p>
<p><a href="http://codeigniter.com/news/codeigniter_1.7.1_released/">CodeIgniter 1.7.1</a><br />
<a href="http://forum.kohanaphp.com/comments.php?DiscussionID=1911">Kohana 2.3.1</a><br />
<a href="http://www.yiiframework.com/forum/index.php/topic,954.msg5506.html">Yii 1.0.3</a></p>
<h3>Licensing</h3>
<p><strong>CodeIgniter</strong> <em>Good</em></p>
<p>CI uses a modified, generally regarded as more restrict, <a href="http://codeigniter.com/user_guide/license.html">BSD/Apache-style license</a>.</p>
<p><strong>Kohana</strong> <em>Excellent</em></p>
<p>Kohana uses a <a href="http://kohanaphp.com/license">new BSD license</a>.</p>
<p><strong>Yii</strong> <em>Excellent</em></p>
<p>Yii uses a <a href="http://www.yiiframework.com/license/">new BSD license</a>.</p>
<h3>PHP Compatibility</h3>
<p><strong>CodeIgniter</strong> <em></em></p>
<p>PHP >= 4.3.2 (including all versions of PHP 5)</p>
<p>At first glance, it seems that CI has the edge because it supports both PHP 4 and PHP 5. However, if you are familiar with OOP then you would know that a lot of compromises had to be made in order to offer PHP 4 support. This is one of the primary reasons some developers including myself avoid to use CodeIgniter.</p>
<p>Even if you decided to use CodeIgniter, I still strongly recommend you build your application using PHP 5 and proper OOP techniques.</p>
<p><strong>Kohana</strong> <em></em></p>
<p>PHP >= 5.2.3</p>
<p><strong>Yii</strong> <em></em></p>
<p>PHP >= 5.1.0</p>
<h3>Supported Databases</h3>
<p><strong>CodeIgniter</strong> <em>Excellent</em></p>
<ul>
<li>MySQL</li>
<li>MySQLi</li>
<li>PostgreSQL</li>
<li>MSSQL</li>
<li>Oracle</li>
<li>SQLite</li>
<li>ODBC</li>
</ul>
<p><strong>Kohana</strong> <em>Good</em></p>
<ul>
<li>MySQL</li>
<li>MySQLi</li>
<li>PostgreSQL</li>
<li>MSSQL</li>
<li>PDOSqlite</li>
</ul>
<p><small>*Note: <a href="http://forumarchive.kohanaphp.com/index.php/topic,392.0.html">Kohana devs have decided long ago NOT to use PDO</a>. <a href="http://github.com/shadowhand/kohana/tree/master">Kohana 3.0</a> is planned to offer support for PDO.</small></p>
<p><strong>Yii</strong> <em>Excellent</em></p>
<p>All the DBMS supported by <a href="http://php.net/manual/en/book.pdo.php">PDO (PHP Data Object)</a>.</p>
<p><small>* Note: Support for <a href="http://www.yiiframework.com/doc/guide/database.ar">Active Record</a> is limited by DBMS. Currently, only the following DBMS are supported:</small></p>
<ul>
<li><small>MySQL 4.1 or later</small></li>
<li><small>PostgreSQL 7.3 or later</small></li>
<li><small>SQLite 2 and 3</small></li>
</ul>
<h3>Community</h3>
<p><strong>CodeIgniter</strong> <em>Excellent</em></p>
<p>CodeIgniter is blessed with a strong, active community that is friendly and helpful. CodeIgniter offers a <a href="http://codeigniter.com/forums/">forum</a>, a <a href="http://codeigniter.com/bug_tracker/">bug tracker</a> and a <a href="http://codeigniter.com/wiki/">wiki</a>.</p>
<p><strong>Kohana</strong> <em>Good</em></p>
<p>Kohana has a small but elite community. It offers a <a href="http://forum.kohanaphp.com/">forum</a>, <a href="http://trac.kohanaphp.com/">Trac</a> and <a href="irc://irc.freenode.net/kohana">IRC</a>.</p>
<p><strong>Yii</strong> <em>Good</em></p>
<p>Yii is the youngest of the three, therefore has the smallest community, it is however growing rapidly as the framework itself gains more attention. Yii offers a <a href="http://www.yiiframework.com/forum/">forum</a>, a <a href="http://code.google.com/p/yii/">project hosted at Google Code</a> and a <a href="http://www.yiiframework.com/doc/">documentation section that supports user comments</a>.</p>
<h3>Documentation / User Guide</h3>
<p><strong>CodeIgniter</strong> <em>Excellent</em></p>
<p>CodeIgniter is known for its excellent documentation. Its user guide is comprehensive, easy to follow and up-to-date. Every release of the framework contains a copy of the user guide too, in case you are maintaining more than one version of CodeIgniter applications.</p>
<p><strong>Kohana</strong> <em>Good</em></p>
<p>Kohana&#8217;s documentation has been improved since my last article. It now has coverage for most aspect of the framework. However, some parts of the documentation are out of date and sometimes incorrect.</p>
<p>I&#8217;ve been using Kohana for a long time now and I found the documentation sufficient and very helpful. It may not have the fine layout found in CodeIgniter&#8217;s user guide, but it certainly helps me track down features and usages.</p>
<p><strong>Yii</strong> <em>Fair</em></p>
<p>The documentation of Yii seems to be fairly well constructed even though I haven&#8217;t started using Yii. All new features or changed features are carefully documented so you know what is going on with the specific version of Yii you use. The API documentation is also very useful thanks to the fully documented code base. However, many features at this stage are not documented in the guide, you need to go through the API or the code base itself.</p>
<h3>Tutorial / Sample Availability</h3>
<p><strong>CodeIgniter</strong> <em>Good</em></p>
<p>CodeIgniter has a dedicated <a href="http://codeigniter.com/wiki/Tutorials/">wiki page</a> for all the tutorials, and you can dig around their forums to find more.</p>
<p><strong>Kohana</strong> <em>Good</em></p>
<p>Kohana has a dedicated <a href="http://kohanaphp.com/tutorials">page</a> for tutorials, but is out-of-date. It also hosts a <a href="http://learn.kohanaphp.com/">learning centre</a> which unfortunately has not been updated since September 2008. You can still head over to their forums to find useful tutorials though.</p>
<p><strong>Yii</strong> <em>Good</em></p>
<p>Yii has a <a href="http://www.yiiframework.com/doc/cookbook/">cookbook</a> section that contains a selection of tutorials. As always, check their forums to find more.</p>
<h3>MVC</h3>
<p>All three frameworks use the <a href="http://en.wikipedia.org/wiki/Model-view-controller">MVC</a> (Model-View-Controller) architecture.</p>
<p><strong>CodeIgniter</strong> <em>Yes</em></p>
<p>Apart from the standard MVC architecture, CodeIgniter also offers <a href="http://codeigniter.com/user_guide/general/libraries.html">libraries</a>, <a href="http://codeigniter.com/user_guide/general/plugins.html">plugins</a>, <a href="http://codeigniter.com/user_guide/general/helpers.html">helpers</a> and <a href="http://codeigniter.com/user_guide/general/hooks.html">hooks</a>.</p>
<p><strong>Kohana</strong> <em>Yes</em></p>
<p>Apart from the standard MVC architecture, Kohana also offers <a href="http://docs.kohanaphp.com/general/modules">modules</a>, <a href="http://docs.kohanaphp.com/general/events">events</a>, <a href="http://docs.kohanaphp.com/general/libraries">libraries</a>, <a href="http://docs.kohanaphp.com/general/helpers">helpers</a> and <a href="http://docs.kohanaphp.com/general/hooks">hooks</a>.</p>
<p><strong>Yii</strong> <em>Yes</em></p>
<p>Apart from the standard MVC architecture, Yii also offers <a href="http://www.yiiframework.com/doc/guide/basics.component">components</a>, <a href="http://www.yiiframework.com/doc/guide/basics.module">modules</a>, <a href="http://www.yiiframework.com/doc/guide/extension.overview">extensions</a>, <a href="http://www.yiiframework.com/doc/guide/basics.view#widget">view widgets</a> and helpers *.</p>
<p><small>* Helpers are undocumented but are <a href="http://www.yiiframework.com/search?q=helper&#038;section=guide">referenced in the guide</a> and in the API. All of the helpers can be found in the <em>utils</em> folder under the main <em>framework</em> directory.</small></p>
<h3>Modularity</h3>
<p><strong>CodeIgniter</strong> <em>via 3rd party libraries</em></p>
<p>CodeIgniter does not support modules out-of-box, but you may use 3rd party libraries such as <a href="http://codeigniter.com/wiki/Modular_Extensions_-_HMVC">HMVC</a> or <a href="http://codeigniter.com/forums/viewthread/65749/">Matchbox</a> to achieve similar effect.</p>
<p><strong>Kohana</strong> <em>Excellent</em></p>
<p>Kohana not only offers <a href="http://docs.kohanaphp.com/general/modules">modules</a>, but also has <a href="http://docs.kohanaphp.com/general/filesystem#cascading">cascading file system</a> which takes modularity to a higher level.</p>
<p><strong>Yii</strong> <em>Good</em></p>
<p>Yii 1.0.3 has added support for <a href="http://www.yiiframework.com/doc/guide/basics.module">modules</a>.</p>
<h3>Conventions</h3>
<p>Unlike <a href="http://www.cakephp.org/">CakePHP</a>, all three frameworks offer flexible conventions. There are some defaults but most of them can be overwritten or configured.</p>
<h3>Configuration</h3>
<p><strong>CodeIgniter</strong> <em>Good</em></p>
<p>CodeIgniter has a fairly good <a href="http://codeigniter.com/user_guide/libraries/config.html">configuration system</a>.</p>
<p><strong>Kohana</strong> <em>Excellent</em></p>
<p>Kohana has an exceptionally well <a href="http://docs.kohanaphp.com/general/configuration">configuration system</a>.</p>
<p>Quoted from the guide: The file structure of config files follows Kohana&#8217;s file structure. Meaning that configuration files in the application directory take precedence over those in modules which take precedence over those in the system directory. The one exception is <em>config.php</em> which is hardcoded into the <em>application/config</em> directory and cannot be moved elsewhere. </p>
<p><strong>Yii</strong> <em>Good</em></p>
<p>Yii has a fairly good <a href="http://www.yiiframework.com/doc/guide/basics.application#application-configuration">configuration system</a>.</p>
<h3>Database Abstraction and ORM</h3>
<p>Definitions: <a href="http://en.wikipedia.org/wiki/Database_abstraction_layer">Database Abstraction</a>, <a href="http://en.wikipedia.org/wiki/Object-relational_mapping">ORM</a></p>
<p><strong>CodeIgniter</strong> <em>Good</em></p>
<p>CodeIgniter has a very powerful <a href="http://codeigniter.com/user_guide/database/index.html">database class</a>. It offers query builders as well as database manipulation classes, however it has no built-in ORM support.</p>
<p>One important thing that needs clarification is that even though CodeIgniter has <a href="http://codeigniter.com/user_guide/database/active_record.html">Active Record</a>, it is NOT the same <a href="http://en.wikipedia.org/wiki/Active_record_pattern">Active Record</a> pattern people commonly refer to. CodeIgniter&#8217;s Active Record is merely a collection of query builders.</p>
<p>For ORM, please check out <a href="http://www.assembla.com/wiki/show/IgnitedRecord">IgnitedRecord</a> and <a href="http://stensi.com/datamapper/">DataMapper</a>. Interestingly enough, despite their naming, IgnitedRecord uses the Data Mapper pattern and DataMapper uses the Active Record pattern.</p>
<p><strong>Kohana</strong> <em>Good</em></p>
<p>The most notable time saver during my project development has to be the ORM. Kohana offers a lightweight but useful ORM implementation. It&#8217;s not as sophisticated as the Rails Active Record module, but it does the job quite well. I especially love the <a href="http://docs.kohanaphp.com/libraries/orm/working#adding_and_removing_data_from_many-to-many_relationships">ease of updating many-to-many records</a>.</p>
<p><strong>Yii</strong> <em>Good</em></p>
<p>Yii has a more complex syntax for <a href="http://www.yiiframework.com/doc/guide/database.arr">declaring model relationships</a> than Kohana. However, it also offers more powerful features such as named scope, albeit the syntax is nowhere near as clean as Ruby on Rails&#8217;.</p>
<h3>Auth and ACL</h3>
<p><strong>CodeIgniter</strong> <em>via 3rd party libraries</em></p>
<p>CodeIgniter has a couple of 3rd party Auth and ACL libraries, please head over to their <a href="http://codeigniter.com/forums/">forums</a> to find more.</p>
<p><strong>Kohana</strong> <em>Good</em></p>
<p>Kohana has a built-in <a href="http://docs.kohanaphp.com/addons/auth">Auth module</a> and a number of 3rd party Auth and ACL libraries including my <a href="http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/">Authlite</a>.</p>
<p><small>* A more complete Auth + ACL solution is being cooked for the 2.4 release. <a href="http://forum.kohanaphp.com/comments.php?DiscussionID=1909&#038;page=1#pgbottom">Check out Samsoir&#8217;s replies in this thread</a>.</small></p>
<p><strong>Yii</strong> <em>Excellent</em></p>
<p>Yii has built-in support for both <a href="http://www.yiiframework.com/doc/guide/topics.auth">authentication and authorisation</a>. As I have no first hand experience with Yii yet, I can only judge this feature from the documentation, by the look of it it&#8217;s fairly easy to use and flexible enough for most systems.</p>
<h3>Validation</h3>
<p><strong>CodeIgniter</strong> <em>Excellent</em></p>
<p>CodeIgniter&#8217;s <a href="http://codeigniter.com/user_guide/libraries/form_validation.html">form validation library</a>.</p>
<p><strong>Kohana</strong> <em>Excellent</em></p>
<p>Kohana&#8217;s <a href="http://docs.kohanaphp.com/libraries/validation">validation library</a>.</p>
<p><strong>Yii</strong> <em>Excellent</em></p>
<p>Yii&#8217;s <a href="http://www.yiiframework.com/doc/guide/form.model#declaring-validation-rules">validation usage</a>. All of the system <a href="http://www.yiiframework.com/doc/api/#system.validators">validators</a> can be found in the <em>validators</em> directory under the main <em>framework</em> directory.</p>
<h3>Caching</h3>
<p><strong>CodeIgniter</strong> <em>Limited</em></p>
<p>CodeIgniter only supports <a href="http://codeigniter.com/user_guide/general/caching.html">basic file system based page caching</a>.</p>
<p><strong>Kohana</strong> <em>Good</em></p>
<p>Kohana offers a slightly more useful <a href="http://docs.kohanaphp.com/libraries/cache">cache library</a> that supports file, SQLite, APC, eAccelerator, memcache, and XCache based caching, with tag support.</p>
<p><strong>Yii</strong> <em>Good</em></p>
<p>Similar to Kohana&#8217;s implementation, Yii supports memcache, APC, XCache and DB based (default to SQLite) page and segment <a href="http://www.yiiframework.com/doc/guide/caching.overview">caching</a>.</p>
<h3>Session</h3>
<p><strong>CodeIgniter</strong> <em>Good</em></p>
<p>CodeIgniter&#8217;s <a href="http://codeigniter.com/user_guide/libraries/sessions.html">session class</a> is fairly good, it supports database storing as well as handling flash data.</p>
<p><strong>Kohana</strong> <em>Good</em></p>
<p>Similarly to CodeIgniter, Kohana also offers a very good <a href="http://docs.kohanaphp.com/libraries/session">session library</a>.</p>
<p><strong>Yii</strong> <em>Excellent</em></p>
<p>Yii provides a much more powerful and flexible <a href="http://www.yiiframework.com/doc/api/CHttpSession">session class</a>. Unfortunately session at this stage is undocumented in the guide. Flash data is not part of the session classes but part of the <a href="http://www.yiiframework.com/doc/api/CWebUser#getFlash">Auth package</a>.</p>
<h3>Logging / Debugging</h3>
<p><strong>CodeIgniter</strong> <em>Good</em></p>
<p>CodeIgniter has a basic <a href="http://codeigniter.com/user_guide/general/errors.html">error handling class</a> and a <a href="http://codeigniter.com/user_guide/general/profiling.html">profiler class</a>.</p>
<p><strong>Kohana</strong> <em>Excellent</em></p>
<p>Kohana has a good <a href="http://docs.kohanaphp.com/general/logging">logging class</a> as well as a <a href="http://docs.kohanaphp.com/libraries/profiler">more flexible profiler</a>.</p>
<p><strong>Yii</strong> <em>Excellent</em></p>
<p>Yii has a <a href="http://www.yiiframework.com/doc/guide/topics.logging">logging/profiling class</a> that is just as powerful and flexible as Kohana&#8217;s.</p>
<h3>Templating</h3>
<p>All three frameworks encourage the use of native PHP for templating.</p>
<p><strong>CodeIgniter</strong> <em>alternative syntax available</em></p>
<p>CodeIgniter also provides an alternative <a href="http://codeigniter.com/user_guide/libraries/parser.html">template parser class</a>.</p>
<p><strong>Kohana</strong> <em>alternative syntax available via 3rd party libraries</em></p>
<p>Kohana has no built-in alternative template syntax support. However, you can find some 3rd party ones such as <a href="http://code.google.com/p/temper/">Temper</a>.</p>
<p><strong>Yii</strong> <em>alternative syntax available</em></p>
<p>Yii also provides an <a href="http://www.yiiframework.com/doc/guide/topics.prado">alternative template syntax</a> borrowed from Prado.</p>
<h3>Helpers</h3>
<p>Helpers are usually libraries that used for simple, repetitive tasks.</p>
<p><strong>CodeIgniter</strong> <em>Excellent</em></p>
<p>CodeIgniter offers 21 built-in helpers.</p>
<p><strong>Kohana</strong> <em>Excellent</em></p>
<p>Kohana offers 19 built-in helpers.</p>
<p><strong>Yii</strong> <em>Limited</em></p>
<p>Yii offers 6 built-in helpers.</p>
<h3>Bundled JavaScript Library</h3>
<p>Bundling JavaScript does NOT mean you have to use the bundled JavaScript. In fact, I encourage the use of <a href="http://en.wikipedia.org/wiki/Unobtrusive_JavaScript">unobtrusive JavaScript</a> than using the bundled classes.</p>
<p><strong>CodeIgniter</strong> <em>None</em></p>
<p>CodeIgniter has no bundled JavaScript library.</p>
<p><strong>Kohana</strong> <em>None</em></p>
<p>Kohana has no bundled JavaScript library.</p>
<p><strong>Yii</strong> <em>jQuery</em></p>
<p>Yii has <a href="http://www.jquery.com/">jQuery</a> bundled, and it provides a number of useful classes such as <a href="http://www.yiiframework.com/doc/api/CAutoComplete">auto-complete</a>.</p>
<h3>Web Services</h3>
<p>I recommend <a href="http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/">integrating</a> <a href="http://framework.zend.com/manual/en/">Zend Framework</a> for web service uses.</p>
<p><strong>CodeIgniter</strong> <em>Limited</em></p>
<p>CodeIgniter has an <a href="http://codeigniter.com/user_guide/libraries/xmlrpc.html">XML-RPC class</a>.</p>
<p><strong>Kohana</strong> <em>None</em></p>
<p>Kohana has no built-in support for any web services.</p>
<p><strong>Yii</strong> <em>Limited</em></p>
<p>Yii has <a href="http://www.yiiframework.com/doc/guide/topics.webservice">SOAP support</a>.</p>
<h3>Internationalisation</h3>
<p><strong>CodeIgniter</strong> <em>Limited</em></p>
<p>CodeIgniter provides a basic <a href="http://codeigniter.com/user_guide/libraries/language.html">language class</a>.</p>
<p><strong>Kohana</strong> <em>Fair</em></p>
<p>Kohana provides basic <a href="http://docs.kohanaphp.com/general/i18n">locale and language support</a>.</p>
<p><strong>Yii</strong> <em>Good</em></p>
<p>Yii provides a more complete <a href="http://www.yiiframework.com/doc/guide/topics.i18n">i18n class</a>.</p>
<h3>Unit Testing</h3>
<p>I recommend using <a href="http://www.simpletest.org/">SimpleTest</a> or <a href="http://www.phpunit.de/">PHPUnit</a> for your unit test needs.</p>
<p><strong>CodeIgniter</strong> <em>Limited</em></p>
<p>CodeIgniter has a very basic <a href="http://codeigniter.com/user_guide/libraries/unit_testing.html">unit testing class</a>.</p>
<p><strong>Kohana</strong> <em>None</em></p>
<p>Kohana has no built-in unit testing support in the distributed release version (v2.3.1). However, a <a href="http://dev.kohanaphp.com/browser/trunk/modules/unit_test">unit test module</a> can be found in SVN trunk.</p>
<p><strong>Yii</strong> <em>None</em></p>
<p>Yii has no built-in unit testing support.</p>
<h3>The Verdict</h3>
<p>Verdict from round 1: <em>There is no right or wrong in which framework you use, everyone has his own taste. For me, CodeIgniter’s excellent documentation and Kohana’s strict PHP5 + easy to use are the primary reasons to choose them over say, CakePHP and Symfony. That said, CakePHP, Symfony and other frameworks are all excellent choices depending on your taste and experience. On one hand I envy the Ruby community because they obviously have the de facto framework to work with, on another hand, we have more options hey? :)</em></p>
<p>At this stage I can&#8217;t comment on Yii, but I am <em>very</em> tempted to developing at least one project using it. So far I am reasonably impressed by the features it offers. :)</p>
<p>Do you have anything to say about the frameworks? Found mistakes in the article? Start the discussion in the comments! :)</p>
<p><strong>Update log</strong></p>
<p>[2009-03-03]</p>
<p>- Added Kohana Auth/ACL and DB PDO references.</p>
<p>[2009-03-02]</p>
<p>- Kohana unit test module and template parser reference.<br />
- Wording and other minor tweaks.<br />
- Initial post.</p>

	Tags: <a href="http://www.beyondcoding.com/tag/codeigniter/" title="CodeIgniter" rel="tag">CodeIgniter</a>, <a href="http://www.beyondcoding.com/tag/comparison/" title="comparison" rel="tag">comparison</a>, <a href="http://www.beyondcoding.com/tag/frameworks/" title="Frameworks" rel="tag">Frameworks</a>, <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a>, <a href="http://www.beyondcoding.com/tag/php-framework/" title="php framework" rel="tag">php framework</a>, <a href="http://www.beyondcoding.com/tag/yii/" title="Yii" rel="tag">Yii</a>, <a href="http://www.beyondcoding.com/tag/zend-framework/" title="Zend Framework" rel="tag">Zend Framework</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2008/02/23/notes-on-choosing-a-php-framework-a-quick-comparison-of-codeigniter-and-kohana/" title="Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana (February 23, 2008)">Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana</a> (49)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/" title="Using Zend Framework with CodeIgniter (February 21, 2008)">Using Zend Framework with CodeIgniter</a> (39)</li>
	<li><a href="http://www.beyondcoding.com/2009/03/11/yii-kohana-bridge-updated-full-kohana-flavour-now-added/" title="Yii Kohana Bridge updated: full Kohana flavour now added! (March 11, 2009)">Yii Kohana Bridge updated: full Kohana flavour now added!</a> (2)</li>
	<li><a href="http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/" title="Using Zend Framework with Kohana (November 14, 2008)">Using Zend Framework with Kohana</a> (8)</li>
	<li><a href="http://www.beyondcoding.com/2009/10/29/using-zend-framework-1-8-with-kohana/" title="Using Zend Framework 1.8+ with Kohana (October 29, 2009)">Using Zend Framework 1.8+ with Kohana</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2009/03/02/choosing-a-php-framework-round-2-yii-vs-kohana-vs-codeigniter/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Release: [Kohana Module] Authlite, for User Authentication</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/</link>
		<comments>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 00:14:54 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Layerful]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Auth]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Authlite]]></category>
		<category><![CDATA[Authorisation]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170</guid>
		<description><![CDATA[Latest release: v1.2.3
Initially I was going to wait for my Layerful Framework (a transparent layering framework for Kohana) to mature before releasing its bundled modules. However, since this Authlite module can be used independently to Layerful, I am releasing it now.
What is Authlite
Authlite is a user authentication module for Kohana.
What&#8217;s the difference between Authlite and [...]]]></description>
			<content:encoded><![CDATA[<p><em>Latest release: v1.2.3</em></p>
<p>Initially I was going to wait for my <a href="http://www.beyondcoding.com/tag/layerful/">Layerful Framework</a> (a transparent layering framework for Kohana) to mature before releasing its bundled modules. However, since this Authlite module can be used independently to Layerful, I am releasing it now.</p>
<h3>What is Authlite</h3>
<p>Authlite is a user <a href="http://en.wikipedia.org/wiki/Authentication">authentication</a> module for <a href="http://www.kohanaphp.com/">Kohana</a>.</p>
<p><strong>What&#8217;s the difference between Authlite and Auth?</strong></p>
<p>Kohana comes with an official Auth module which does exactly what was described in the last paragraph, so why another module then?</p>
<p>It is because Authlite offers greater flexibilty. Please read the features outlined below to find more.</p>
<h3>Features</h3>
<ul>
<li>Legacy database compatibility</li>
<li>Configurable database columns</li>
<li>Multiple instances of Authlite</li>
<li>Does not enforce user roles</li>
<li>Auth-like syntax and usage</li>
<li>Lightweight</li>
</ul>
<p><span id="more-170"></span></p>
<p><strong><em>Legacy database compatibility</em></strong></p>
<p>One thing that keeps me away from using Kohana&#8217;s Auth module, is that it forces us to use a password hash seed. This is okay for a brand new application, but what about the ones with legacy databases? There are a lot of existing applications use plain MD5 or SHA1 hashes, Auth makes it impossible to use these existing data.</p>
<p>Authlite, on the other hand, does not force developers to use any seeds at all. Like Auth, we can define the encryption method (e.g. md5, sha1) in the config file.</p>
<p><strong><em>Configurable database columns</em></strong></p>
<p>Further than that, the <em>user model</em>, <em>username column</em>, <em>password column</em> and <em>session column</em> are all configurable.</p>
<p><strong><em>Multiple instances of Authlite</em></strong></p>
<p>If your application has more than one user tables, you will struggle to make it work in Auth. In Authlite, simply have one config file for each user object, and config their <em>user model</em>, <em>session key</em> and the other variables accordingly.</p>
<p><strong><em>Does not enforce user roles</em></strong></p>
<p>For simple applications we often do not even want to have roles attached to our user model. In Auth, user role is mandatory, which makes things more complicated than they should be. In Authlite, roles are handled by Kohana framework itself. By using ORM model relationships, roles can be added, removed and modified very easily. A tailoured ACL (<a href="http://en.wikipedia.org/wiki/Access_control_list">Access Control List</a>) solution can be developed in no time.</p>
<p><strong><em>Auth-like syntax and usage</em></strong></p>
<p>Authlite is based on Auth, so if you&#8217;re already familiar with using Auth, you will find Authlite a breeze to use.</p>
<p><strong><em>Lightweight</em></strong></p>
<p>Even if you have never used Auth before, you will find Authlite to be extremely easy to use. :)</p>
<h3>Usage Example</h3>
<pre class="brush: php;">
// Authlite instance
$this-&gt;authlite = Authlite::instance('authlite');

// login check
if ( ! $this-&gt;authlite-&gt;logged_in() &amp;&amp; Router::$method != 'login')
{
	url::redirect(Router::$controller.'/login');
}
else
{
	// assigns the user object
	$this-&gt;user = $this-&gt;authlite-&gt;get_user();
}
</pre>
<h3>Changelog</h3>
<p>v1.2.3 [2009-02-05]</p>
<ul>
<li>login() now supports non-unique usernames</li>
</ul>
<p>v1.2.2 [2009-02-05]</p>
<ul>
<li>added force_login()</li>
</ul>
<p>v1.2.1 [2009-01-27]</p>
<ul>
<li>fixed a logging bug introduced in 1.2</li>
</ul>
<p>v1.2 [2009-01-27]</p>
<ul>
<li>added add_to_ignore() and remove_from_ignore()</li>
<li>code clean up</li>
</ul>
<p><em>Older versions were not tagged with version numbers, you may check out <a href="http://github.com/fredwu/authlite/commits/master/">the commit history on GitHub</a>.</em></p>
<h3>To Do</h3>
<ul>
<li>Add configurable, optional hash seed</li>
</ul>
<p><strong><a href="http://github.com/fredwu/authlite/tree/master">Source Code / Download</a></strong></p>

	Tags: <a href="http://www.beyondcoding.com/tag/acl/" title="ACL" rel="tag">ACL</a>, <a href="http://www.beyondcoding.com/tag/auth/" title="Auth" rel="tag">Auth</a>, <a href="http://www.beyondcoding.com/tag/authentication/" title="Authentication" rel="tag">Authentication</a>, <a href="http://www.beyondcoding.com/tag/authlite/" title="Authlite" rel="tag">Authlite</a>, <a href="http://www.beyondcoding.com/tag/authorisation/" title="Authorisation" rel="tag">Authorisation</a>, <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a>, <a href="http://www.beyondcoding.com/tag/layerful/" title="Layerful" rel="tag">Layerful</a>, <a href="http://www.beyondcoding.com/tag/module/" title="module" rel="tag">module</a>, <a href="http://www.beyondcoding.com/tag/php/" title="PHP" rel="tag">PHP</a>, <a href="http://www.beyondcoding.com/tag/roles/" title="roles" rel="tag">roles</a>, <a href="http://www.beyondcoding.com/tag/user/" title="user" rel="tag">user</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2009/10/31/authlite-2-0-for-kohana-3-0-alpha-testing/" title="Authlite 2.0 for Kohana 3.0 Alpha Testing (October 31, 2009)">Authlite 2.0 for Kohana 3.0 Alpha Testing</a> (3)</li>
	<li><a href="http://www.beyondcoding.com/2008/05/26/ruby-on-rails-passenger-modrails-vs-codeigniter-and-kohana/" title="Ruby on Rails, Passenger (ModRails) vs CodeIgniter and Kohana (May 26, 2008)">Ruby on Rails, Passenger (ModRails) vs CodeIgniter and Kohana</a> (15)</li>
	<li><a href="http://www.beyondcoding.com/2008/03/17/layerful-screencast-transparent-layer-in-action/" title="Layerful Screencast: Transparent Layer in Action (March 17, 2008)">Layerful Screencast: Transparent Layer in Action</a> (4)</li>
	<li><a href="http://www.beyondcoding.com/2008/03/17/layerful-framework-performance-in-kohana/" title="Layerful Framework Performance in Kohana (March 17, 2008)">Layerful Framework Performance in Kohana</a> (1)</li>
	<li><a href="http://www.beyondcoding.com/2008/03/17/layerful-kohana-zend-framework-easy-user-applications/" title="Layerful + Kohana + Zend Framework = Easy User Applications (March 17, 2008)">Layerful + Kohana + Zend Framework = Easy User Applications</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Using Zend Framework with Kohana</title>
		<link>http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/</link>
		<comments>http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 05:48:01 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[integration]]></category>

		<guid isPermaLink="false">http://www.beyondcoding.com/?p=111</guid>
		<description><![CDATA[Since my previous post on this topic, Kohana has evolved and changed quite a bit, to the point that the instructions provided are no longer applicable.
So here are the updated instructions for those who would like to integrate Zend Framework into Kohana.
1) Put the &#8216;Zend&#8217; folder in your application&#8217;s &#8216;vendors&#8217; directory.
2) Put the following code [...]]]></description>
			<content:encoded><![CDATA[<p>Since my <a href="http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/">previous post</a> on this topic, Kohana has evolved and changed quite a bit, to the point that the instructions provided are no longer applicable.</p>
<p>So here are the updated instructions for those who would like to integrate Zend Framework into Kohana.</p>
<p>1) Put the &#8216;Zend&#8217; folder in your application&#8217;s &#8216;vendors&#8217; directory.</p>
<p>2) Put the following code into an appropriate place in your application, it could be in the base controller.</p>
<pre class="brush: php;">
if ($path = Kohana::find_file('vendors', 'Zend/Exception'))
{
	ini_set('include_path',
	ini_get('include_path').PATH_SEPARATOR.dirname(dirname($path)));
}
</pre>
<p>3) Instanciate the Zend library with the following code:</p>
<pre class="brush: php;">
require_once 'Zend/Mail.php';
$mail = new Zend_Mail;
</pre>
<p>That&#8217;s it! How simple is that? :)</p>

	Tags: <a href="http://www.beyondcoding.com/tag/integration/" title="integration" rel="tag">integration</a>, <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a>, <a href="http://www.beyondcoding.com/tag/zend-framework/" title="Zend Framework" rel="tag">Zend Framework</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2009/10/29/using-zend-framework-1-8-with-kohana/" title="Using Zend Framework 1.8+ with Kohana (October 29, 2009)">Using Zend Framework 1.8+ with Kohana</a> (3)</li>
	<li><a href="http://www.beyondcoding.com/2009/03/11/yii-kohana-bridge-updated-full-kohana-flavour-now-added/" title="Yii Kohana Bridge updated: full Kohana flavour now added! (March 11, 2009)">Yii Kohana Bridge updated: full Kohana flavour now added!</a> (2)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/" title="Using Zend Framework with CodeIgniter (February 21, 2008)">Using Zend Framework with CodeIgniter</a> (39)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/23/notes-on-choosing-a-php-framework-a-quick-comparison-of-codeigniter-and-kohana/" title="Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana (February 23, 2008)">Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana</a> (49)</li>
	<li><a href="http://www.beyondcoding.com/2008/03/17/layerful-framework-performance-in-kohana/" title="Layerful Framework Performance in Kohana (March 17, 2008)">Layerful Framework Performance in Kohana</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails, Passenger (ModRails) vs CodeIgniter and Kohana</title>
		<link>http://www.beyondcoding.com/2008/05/26/ruby-on-rails-passenger-modrails-vs-codeigniter-and-kohana/</link>
		<comments>http://www.beyondcoding.com/2008/05/26/ruby-on-rails-passenger-modrails-vs-codeigniter-and-kohana/#comments</comments>
		<pubDate>Sun, 25 May 2008 14:27:45 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[ModRails]]></category>
		<category><![CDATA[Passenger]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://thislab.com/?p=38</guid>
		<description><![CDATA[Disclaimer: This is a very simple, &#8216;Hello World&#8217; benchmark which has no impact to any real world applications. A more thorough benchmark test (by building two real world applications) is planned. :)
Disclaimer 2:I apologise for posting such a useless benchmark (I certainly didn&#8217;t expect it to hit the DZone front page), but I think most [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Disclaimer:</strong> This is a very simple, &#8216;Hello World&#8217; benchmark which has no impact to any real world applications. A more thorough benchmark test (by building two real world applications) is planned. :)</em></p>
<p><em><strong>Disclaimer 2:</strong>I apologise for posting such a useless benchmark (I certainly didn&#8217;t expect it to hit the DZone front page), but I think most of you missed the point. I merely posted this as a result of surprise (to me anyway). At a later stage I will conduct a much more meaningful comparison between some of the frameworks. Until then, please ignore this post. :)</em></p>
<p>Last few days I have been playing with Ruby and Rails, again.</p>
<p>Today, when someone was asking on a forum about the efficiency of web frameworks, I thought I&#8217;d give the few frameworks I work with some more benchmark testing.</p>
<p>So I went ahead and benchmarked CodeIgniter, Kohana and Rails, using a simple &#8216;Hello World!&#8217; page. Now before I post any benchmark results, you should know that I have previously done <a href="http://thislab.com/2008/03/25/kohana-vs-codeigniter-speed-and-memory-usage-performance-benchmark/">a benchmark test on CodeIgniter, Kohana and CakePHP</a>. CodeIgniter and Kohana shared similar results.</p>
<p><span id="more-48"></span></p>
<p>This time though, the benchmark results surprised me. Here they are, in a nutshell:</p>
<p>CodeIgniter: 451.53 [#/sec]<br />
Kohana: 373.05 [#/sec]</p>
<p>Rails: 521.39 [#/sec]<br />
CodeIgniter: 127.23 [#/sec]</p>
<p>Results are presented in requests per seconds, so the higher the better. Now, please let me explain why I have included CodeIgniter twice.</p>
<p>The first two benchmarks were done on MAMP which has Apache 2.0.59 and PHP 5.2.5 with Zend Optimizer and XCache enabled.</p>
<p>The last two benchmarks were done on OS X Leopard&#8217;s default Apache 2.2.8 and PHP 5.2.5 without Zend Optimizer or XCache. Hence the worse result for CodeIgniter.</p>
<p>For the Rails implementation, the benchmark was done on <a href="http://www.modrails.com/">Passenger (aka ModRails)</a>, it is supposedly a more efficient implementation than using Mongrel.</p>
<p>It is very interesting to see that Rails performed faster than two of the most efficient PHP frameworks.</p>
<p>Framework versions used in the benchmark: CodeIgniter 1.6.2, Kohana SVN, Rails 2.0.2.</p>

	Tags: <a href="http://www.beyondcoding.com/tag/apache/" title="Apache" rel="tag">Apache</a>, <a href="http://www.beyondcoding.com/tag/benchmark/" title="benchmark" rel="tag">benchmark</a>, <a href="http://www.beyondcoding.com/tag/codeigniter/" title="CodeIgniter" rel="tag">CodeIgniter</a>, <a href="http://www.beyondcoding.com/tag/framework/" title="framework" rel="tag">framework</a>, <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a>, <a href="http://www.beyondcoding.com/tag/modrails/" title="ModRails" rel="tag">ModRails</a>, <a href="http://www.beyondcoding.com/tag/passenger/" title="Passenger" rel="tag">Passenger</a>, <a href="http://www.beyondcoding.com/tag/php/" title="PHP" rel="tag">PHP</a>, <a href="http://www.beyondcoding.com/tag/rails/" title="Rails" rel="tag">Rails</a>, <a href="http://www.beyondcoding.com/tag/ruby/" title="Ruby" rel="tag">Ruby</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/" title="Using Zend Framework with CodeIgniter (February 21, 2008)">Using Zend Framework with CodeIgniter</a> (39)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/23/notes-on-choosing-a-php-framework-a-quick-comparison-of-codeigniter-and-kohana/" title="Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana (February 23, 2008)">Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana</a> (49)</li>
	<li><a href="http://www.beyondcoding.com/2008/03/25/kohana-vs-codeigniter-speed-and-memory-usage-performance-benchmark/" title="Kohana vs CodeIgniter: Speed and Memory Usage Performance Benchmark (March 25, 2008)">Kohana vs CodeIgniter: Speed and Memory Usage Performance Benchmark</a> (12)</li>
	<li><a href="http://www.beyondcoding.com/2008/12/18/comparison-ruby-vs-php-the-pros/" title="Comparison: Ruby vs PHP, the Pros (December 18, 2008)">Comparison: Ruby vs PHP, the Pros</a> (4)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/25/benchmark-litespeed-vs-apache-php-and-plain-html/" title="Benchmark: LiteSpeed vs Apache (PHP and Plain HTML) (February 25, 2008)">Benchmark: LiteSpeed vs Apache (PHP and Plain HTML)</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2008/05/26/ruby-on-rails-passenger-modrails-vs-codeigniter-and-kohana/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Kohana vs CodeIgniter: Speed and Memory Usage Performance Benchmark</title>
		<link>http://www.beyondcoding.com/2008/03/25/kohana-vs-codeigniter-speed-and-memory-usage-performance-benchmark/</link>
		<comments>http://www.beyondcoding.com/2008/03/25/kohana-vs-codeigniter-speed-and-memory-usage-performance-benchmark/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 15:11:57 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://thislab.com/?p=33</guid>
		<description><![CDATA[This is just a quick and dirty test, please take it with a grain of salt.
We all know that CodeIgniter is a very fast framework, but how about Kohana? Kohana is packed with more features, so does that mean it is slower? Let&#8217;s find out.
The following benchmarks are done on my local Macbook Pro machine [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick and dirty test, please take it with a grain of salt.</p>
<p>We all know that CodeIgniter is a <a href="http://www.sellersrank.com/php/cakephp-codeigniter-benchmark/">very fast</a> framework, but how about Kohana? Kohana is packed with more features, so does that mean it is slower? Let&#8217;s find out.</p>
<p>The following benchmarks are done on my local Macbook Pro machine (C2D 2.4GHz + 4GB), Leopard 10.5.2, MAMP without any code optimisers or caches.</p>
<p><span id="more-43"></span></p>
<p>Because I don&#8217;t have *that* much free time, the tests are very simple. I created a simple database with three tables, and the application is going to insert data into the three tables separately, retrieve them in one single query with query binders (or &#8216;active record&#8217; classes per CodeIgniter&#8217;s term) and then clean up the database tables. I&#8217;ve also included use of a text helper method: limit words, which is presented in both Kohana and CodeIgniter. Total number of SQL queries: 2204.</p>
<p>I have benchmarked against three applications: CodeIgniter 1.6.1, Kohana SVN (rev 2328) and Kohana 2.1.1.</p>
<p>First of all, let&#8217;s see what the profilers told us:</p>
<p><strong>Execution time</strong><br />
CI 1.6.1: 0.5657s<br />
K SVN: 0.5718s<br />
K 2.1.1: 0.5787s</p>
<p><strong>Memory usage (pre-controller)</strong><br />
CI 1.6.1: 642,136 bytes<br />
K SVN: 1,097,976 bytes<br />
K 2.1.1: 1,076,972 bytes</p>
<p><strong>Memory usage (post-controller)</strong><br />
CI 1.6.1: 2,354,524 bytes<br />
K SVN: 3,062,376 bytes<br />
K 2.1.1: 3,026,884 bytes</p>
<p>As you can see, Kohana consumes a lot more memory than CodeIgniter, but their execution times are on par.</p>
<p>Let&#8217;s then remove the database functions and just loop through three paragraphs of Loren Iipsum text with the word limiter for 20,000 times, and use <a href="http://httpd.apache.org/docs/2.0/programs/ab.html">ab</a> to test it for 100 times.</p>
<p>Results the lower the better (total time taken).</p>
<p>CI 1.6.1: 110.236098 seconds<br />
K SVN: 130.211059 seconds<br />
K 2.1.1: 130.662462 seconds</p>
<p>Finally, let&#8217;s do a &#8216;hello world&#8217; with <strong>ab -c 10 -t 60</strong> (10 concurrent users for 60 seconds). We assign &#8216;hello world&#8217; to a view variable and pass it onto a blank view page.</p>
<p>Results the higher the better (requests per second).</p>
<p>CI 1.6.1: 122.18 [#/sec]<br />
K SVN: 113.96 [#/sec]<br />
K 2.1.1: 118.54 [#/sec]</p>
<p>As a comparison (just for fun), here are two results for CakePHP:</p>
<p>First run: 18.66 [#/sec]<br />
Second run: 33.47 [#/sec]</p>
<p>The first run was done in default set up whilst the second one was done by using <a href="http://www.sellersrank.com/php/cakephp-codeigniter-benchmark/">suggested tweaks</a>. CakePHP is in a different league to CI and Kohana in my opinion. In both CI and Kohana, models are optional, but CakePHP revolves around models.</p>
<p>Once again, these tests are just for fun. :)</p>

	Tags: <a href="http://www.beyondcoding.com/tag/benchmark/" title="benchmark" rel="tag">benchmark</a>, <a href="http://www.beyondcoding.com/tag/cakephp/" title="CakePHP" rel="tag">CakePHP</a>, <a href="http://www.beyondcoding.com/tag/codeigniter/" title="CodeIgniter" rel="tag">CodeIgniter</a>, <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2008/05/26/ruby-on-rails-passenger-modrails-vs-codeigniter-and-kohana/" title="Ruby on Rails, Passenger (ModRails) vs CodeIgniter and Kohana (May 26, 2008)">Ruby on Rails, Passenger (ModRails) vs CodeIgniter and Kohana</a> (15)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/" title="Using Zend Framework with CodeIgniter (February 21, 2008)">Using Zend Framework with CodeIgniter</a> (39)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/23/notes-on-choosing-a-php-framework-a-quick-comparison-of-codeigniter-and-kohana/" title="Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana (February 23, 2008)">Notes on Choosing a PHP Framework: A Quick Comparison of CodeIgniter and Kohana</a> (49)</li>
	<li><a href="http://www.beyondcoding.com/2009/03/02/choosing-a-php-framework-round-2-yii-vs-kohana-vs-codeigniter/" title="Choosing a PHP Framework Round 2: Yii vs Kohana vs CodeIgniter (March 2, 2009)">Choosing a PHP Framework Round 2: Yii vs Kohana vs CodeIgniter</a> (41)</li>
	<li><a href="http://www.beyondcoding.com/2009/03/11/yii-kohana-bridge-updated-full-kohana-flavour-now-added/" title="Yii Kohana Bridge updated: full Kohana flavour now added! (March 11, 2009)">Yii Kohana Bridge updated: full Kohana flavour now added!</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2008/03/25/kohana-vs-codeigniter-speed-and-memory-usage-performance-benchmark/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Layerful Screencast: Transparent Layer in Action</title>
		<link>http://www.beyondcoding.com/2008/03/17/layerful-screencast-transparent-layer-in-action/</link>
		<comments>http://www.beyondcoding.com/2008/03/17/layerful-screencast-transparent-layer-in-action/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 21:18:11 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Layerful]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://thislab.com/2008/03/17/layerful-screencast-transparent-layer-in-action/</guid>
		<description><![CDATA[Okay, so what is a transparent layer? How does it benefit a developer?
Well, please watch the screencast (4min, 12MB) first, you will see the transparent layer in action.
To me, I wanted to make a framework that is more feature-rich than Kohana but at the same time is not intrusive. By having this transparent middle-man layer, [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so what is a transparent layer? How does it benefit a developer?</p>
<p>Well, please <a href="http://www.hotshare.net/flash/45182-65224767de.html">watch the screencast</a> (4min, 12MB) first, you will see the transparent layer in action.</p>
<p>To me, I wanted to make a framework that is more feature-rich than Kohana but at the same time is not intrusive. By having this transparent middle-man layer, a developer is able to seamlessly enhance the Kohana framework without altering the existing user application.</p>
<p>It might not be useful to everyone but what the heck, it at least is useful to one person, me. :D</p>

	Tags: <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a>, <a href="http://www.beyondcoding.com/tag/layerful/" title="Layerful" rel="tag">Layerful</a>, <a href="http://www.beyondcoding.com/tag/screencast/" title="screencast" rel="tag">screencast</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/" title="Release: [Kohana Module] Authlite, for User Authentication (January 21, 2009)">Release: [Kohana Module] Authlite, for User Authentication</a> (21)</li>
	<li><a href="http://www.beyondcoding.com/2008/03/17/layerful-framework-performance-in-kohana/" title="Layerful Framework Performance in Kohana (March 17, 2008)">Layerful Framework Performance in Kohana</a> (1)</li>
	<li><a href="http://www.beyondcoding.com/2008/03/17/layerful-kohana-zend-framework-easy-user-applications/" title="Layerful + Kohana + Zend Framework = Easy User Applications (March 17, 2008)">Layerful + Kohana + Zend Framework = Easy User Applications</a> (7)</li>
	<li><a href="http://www.beyondcoding.com/2008/03/16/kohana-extended-transparently/" title="Kohana extended, transparently :) (March 16, 2008)">Kohana extended, transparently :)</a> (3)</li>
	<li><a href="http://www.beyondcoding.com/2009/03/11/yii-kohana-bridge-updated-full-kohana-flavour-now-added/" title="Yii Kohana Bridge updated: full Kohana flavour now added! (March 11, 2009)">Yii Kohana Bridge updated: full Kohana flavour now added!</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2008/03/17/layerful-screencast-transparent-layer-in-action/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Layerful + Kohana + Zend Framework = Easy User Applications</title>
		<link>http://www.beyondcoding.com/2008/03/17/layerful-kohana-zend-framework-easy-user-applications/</link>
		<comments>http://www.beyondcoding.com/2008/03/17/layerful-kohana-zend-framework-easy-user-applications/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 18:22:55 +0000</pubDate>
		<dc:creator>Fred Wu</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Layerful]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://thislab.com/2008/03/17/layerful-kohana-zend-framework-easy-user-applications/</guid>
		<description><![CDATA[Here is a brief overview of the system workflow:

Of course the actual system will be a lot more complex due to cross-referencing components, modules, libraries, helpers, but you get the idea. :)

	Tags: Kohana, Layerful, workflow, Zend Framework

	Related posts
	
	Layerful Framework Performance in Kohana (1)
	Using Zend Framework with Kohana (8)
	Using Zend Framework with CodeIgniter (39)
	Using Zend Framework [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a brief overview of the system workflow:</p>
<p><img src='http://www.beyondcoding.com/wp-content/uploads/2008/03/application-framework-workflow_525x389shkl.png' alt='Application framework workflow' /></p>
<p>Of course the actual system will be a lot more complex due to cross-referencing components, modules, libraries, helpers, but you get the idea. :)</p>

	Tags: <a href="http://www.beyondcoding.com/tag/kohana-php/" title="Kohana" rel="tag">Kohana</a>, <a href="http://www.beyondcoding.com/tag/layerful/" title="Layerful" rel="tag">Layerful</a>, <a href="http://www.beyondcoding.com/tag/workflow/" title="workflow" rel="tag">workflow</a>, <a href="http://www.beyondcoding.com/tag/zend-framework/" title="Zend Framework" rel="tag">Zend Framework</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.beyondcoding.com/2008/03/17/layerful-framework-performance-in-kohana/" title="Layerful Framework Performance in Kohana (March 17, 2008)">Layerful Framework Performance in Kohana</a> (1)</li>
	<li><a href="http://www.beyondcoding.com/2008/11/14/using-zend-framework-with-kohana/" title="Using Zend Framework with Kohana (November 14, 2008)">Using Zend Framework with Kohana</a> (8)</li>
	<li><a href="http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/" title="Using Zend Framework with CodeIgniter (February 21, 2008)">Using Zend Framework with CodeIgniter</a> (39)</li>
	<li><a href="http://www.beyondcoding.com/2009/10/29/using-zend-framework-1-8-with-kohana/" title="Using Zend Framework 1.8+ with Kohana (October 29, 2009)">Using Zend Framework 1.8+ with Kohana</a> (3)</li>
	<li><a href="http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/" title="Release: [Kohana Module] Authlite, for User Authentication (January 21, 2009)">Release: [Kohana Module] Authlite, for User Authentication</a> (21)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.beyondcoding.com/2008/03/17/layerful-kohana-zend-framework-easy-user-applications/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
