Blog Posts on kohana v3
Percent:
Kohana and Slackware – PCRE UTF-8 Support by Lysender's Daily Log Book on Oct 29, 2010It’s been several months that I’m developing on my Slackware box and one of the PHP framework I’m using is Kohana. I was shocked that when I run the Kohana install test, my system did not pass the requirements. It … Continue r...
Kohana Unit Testing – Finally by Lysender's Daily Log Book on Aug 25, 2010I’ve written about using PHPUnit in Kohana in the past. However, there is now an official Unit Testing module for Kohana v3 (uses PHPUnit). From the previous hacks, I changed it now to be compliant with the official unit testing … Continu...
Kohana Unit Testing – Finally by Lysender's Daily Log Book on Aug 25, 2010I’ve written about using PHPUnit in Kohana in the past. However, there is now an official Unit Testing module for Kohana v3 (uses PHPUnit). From the previous hacks, I changed it now to be compliant with the official unit testing … Continu...
Kohana 404 Pages by Lysender's Daily Log Book on Aug 9, 2010So you think your Kohana v3 powered application is cool? Suddenly you encountered a page not found (HTTP 404 error) message where Kohana dumps the error messages in debug mode! It is already part of the daily web but yet, … Continue reading ...
Kohana 404 Pages by Lysender's Daily Log Book on Aug 9, 2010So you think your Kohana v3 powered application is cool? Suddenly you encountered a page not found (HTTP 404 error) message where Kohana dumps the error messages in debug mode! It is already part of the daily web but yet, … Continue reading ...
Created My First Kohana Route by Lysender's Daily Log Book on Aug 2, 2010Recently, I have tried to create my own route in Kohana v3. It is a very simple route for a paginated feed streams from a social network. My previous method was to just use the first parameter “id” as the … Continue reading →...
Created My First Kohana Route by Lysender's Daily Log Book on Aug 2, 2010Recently, I have tried to create my own route in Kohana v3. It is a very simple route for a paginated feed streams from a social network. My previous method was to just use the first parameter “id” as the … Continue reading →...
Reuse of View – Kohana v3 by Lysender's Daily Log Book on Jul 2, 2010The 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 →...
Reuse of View – Kohana v3 by Lysender's Daily Log Book on Jul 2, 2010The 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 using bind() method. I have a page...
PHP Page Caching – Serving Static Files by Lysender's Daily Log Book on Jun 22, 2010Just 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 into a static HTML file and let apache...


