Category Archives: Kohana v3
Reuse of View – Kohana v3
The title may be a little inappropriate but what I was trying to say is loading several output from a single view but with different content. I did it wrong before but managed to optimized and reuse the view instead … Continue reading
PHP Page Caching – Serving Static Files
Just yesterday I have updated my app to cache pages and serve as static files until updates arrive. It took me almost several hours to finalized and now it is working quite well. Using Kohana v3, it saves a page … Continue reading
PHP Quick Tips – Fruit of Framework Hopping
Zend Framework and Kohana v3 – they were my favorite PHP frameworks and I’ve learn a lot from them, especially from Kohana v3. I have gathered some nice tricks that I never knew until I discovered them on these frameworks. … Continue reading
Alternative to file_get_contents() – Kohana v3
Few days ago, I have published the web application FF2FB – an app that will import your Friendfeed feeds and likes to Facebook. Although it is far from completion, I have managed to add minor features like importing feeds from … Continue reading
Kohana v3 Post in the future
Few months ago, I’ve been playing around with Kohana v3 for an experimental project. I’m not that quite impressed until I tried one of its ORM called Sprig written by shadowhand. Now that I’m going to use it on a … Continue reading
Autoloading Zend Framework Like Classes In Kohana v3 – Enhanced
I have posted few days ago about Autoloading Zend Framework-like classes in Kohana v3 and think it was good. But after several iterations, I found out that it can be improved further. Now, it is fully infected with Zend Framework … Continue reading
Unit Testing Kohana v3 – PHPUnit
Like Zend Framework, I also created unit testing for Kohana v3 based projects. It is done seamlessly with PHPUnit of course. The following are the simple steps I’ve done to setup a PHPUnit test environment for Kohana v3. UPDATE: I … Continue reading
Autoloading Zend Framework Like Classes In Kohana v3
I admit, I’m a Zend Framework addict! So, I want to code using Zend Framework coding/naming conventions even in Kohana v3. However, I recently found out that it is too easy to autoload your ZF like classes in Kohana v3 … Continue reading




