O grupie
Kohana is a PHP5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.
Features
* Highly secure
* Extremely lightweight
* Short learning curve
* Uses the MVC pattern
* 100% UTF-8 compatible
* Loosely coupled architecture
* Extremely easy to extend
Technology
* Strict PHP5 OOP
* Simple database abstraction using SQL helpers
* Multiple session drivers (native, database, and cookie)
* Powerful event handler allows small modifications dynamically
* Originally based on CodeIgniter