Jump to content

Kohana

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Areback (talk | contribs) at 00:21, 15 December 2010 (Characteristics: image ref). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:New unreviewed article

Kohana is a web application framework for PHP5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use.[1]


Characteristics

The fundamental attributes and goals of Kohana are described in Kohana's online documentation.[2]
Kohana is designed to be as a platform and enable code development that is:

  • Secure
  • Lightweight
  • Minimal learning curve
  • Uses the MVC pattern
  • Fully supports UTF-8
  • Loosely-coupled architecture
  • Easily extensible
Kohana
Developer(s)Kohana Software Foundation [1]
Stable release
3.0.7.1 / April 4, 2010 (2010-04-04)
Written inPHP5
Operating systemCross-platform
TypeWeb application framework
LicenseApache/BSD-style open source license
WebsiteKohanaframework.org

Technology

Some of the technology around Kohana has been compared with CodeIgniter, another PHP web application platform. [3]

  • PHP5 strict OOP
  • Simple database abstraction libraries using SQL
  • Multiple session drivers (native, database, and cookie)
  • A powerful event handler allows small modifications dynamically
  • Originally based on CodeIgniter

References

  1. ^ "Kohana Development Site: About Kohana". Kohana.com. Retrieved 2010-12-14.
  2. ^ "Kohana User Documentation". Kohana.com. Retrieved 2010-12-14.
  3. ^ "Exploring Kohana as an Alternative to CodeIgniter". OnWired. Retrieved 2010-12-14.

See Also