Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.
The Kohana_HTML class is a HTML helper that aids in the creation of HTML elements.
The Kohana_Text class is a Text helper that helps when working with strings.
The Kohana_Url class is a Url helper that helps when working with urls.
The Kohana_Form class is a Form helper that helps to generate HTML Form elements.
The Kohana_Date class is a helper that helps when working with dates, time and calendar data.