Kohana 2.4 I18N (internationalization and localization) Library
I absolutely love Kohana 2.x versions. Although, I've been reading up on Kohana 3.x, I still can't hide my love. I've been reading up on the source of the Kohana 2.4 new I18N Library. It's quite different from the 2.3 version, but not too much.
Using strings for URI Segments in CodeIgniter
If you have used Kohana before, you'll notice that their URI::segment() function accepts strings. CodeIgniter's s URI::segment doesn't.
Add SESSIONS to Profiler in CodeIgniter
I am a profiler addict. I tend to put this ON on every application that I start to build. However, unlink Kohana that shows the sessions in their profiler, CodeIgniter doesn't. Here's a way to add it to your profiler without hacking the core.
How to put an Image in an Anchor in CodeIgniter
I often see new CodeIgniter users ask, how to put an image inside the anchor helper. Most developers 'hand-code' the image tag inside the anchor helper
Multiple Applications with Codeigniter with one installation
Upgrading is never easy, you have to check for all deprecated functions. And although, CodeIgniter makes it very easy, it's probably going to be hard once you have tons of applications to upgrade.
Turn on Database Profiling in Kohana 2.x
If you're like me and have used Kohana through the 2.x versions, you might be used to seeing the profiler outputting the SQL queries.
In Kohana 2.4, the latest stable version of the 2.x series, it won't show by default.