Tag Archives: Kohana

Testing Kohana3 with PHPUnit

Unit testing is great, period. It allows you to test different parts of your application independently of the rest of the system.  Any changes that will cause problems elsewhere can be identified almost instantly (if you’re doing it right!). Up … Continue reading

Posted in Programming | Tagged , , , , | View Comments

Kohana – the php framework

I know I haven’t written anything here for quite a while, but I just wanted to make a quick post about this totally amazing awesome MVC php framework called kohana. It was originally a fork of codeigniter (Another good php … Continue reading

Posted in Programming | Tagged , | View Comments