phpldapadmin/includes/kohana
2013-03-20 11:04:09 +11:00
..
application Added KH 3.3.0 2013-03-19 15:55:33 +11:00
modules Customisations to KH 2013-03-20 11:04:09 +11:00
system Customisations to KH 2013-03-20 11:04:09 +11:00
vendor Added KH 3.3.0 2013-03-19 15:55:33 +11:00
.travis.yml Added KH 3.3.0 2013-03-19 15:55:33 +11:00
composer.json Added KH 3.3.0 2013-03-19 15:55:33 +11:00
composer.lock Added KH 3.3.0 2013-03-19 15:55:33 +11:00
composer.phar Added KH 3.3.0 2013-03-19 15:55:33 +11:00
example.htaccess Added KH 3.3.0 2013-03-19 15:55:33 +11:00
index.php Added KH 3.3.0 2013-03-19 15:55:33 +11:00
install.php Added KH 3.3.0 2013-03-19 15:55:33 +11:00
LICENSE.md Added KH 3.3.0 2013-03-19 15:55:33 +11:00
README.md Added KH 3.3.0 2013-03-19 15:55:33 +11:00

Kohana PHP Framework

Kohana is an elegant, open source, and object oriented HMVC framework built using PHP5, by a team of volunteers. It aims to be swift, secure, and small.

Released under a BSD license, Kohana can be used legally for any open source, commercial, or personal project.

Documentation

Kohana's documentation can be found at http://kohanaframework.org/documentation which also contains an API browser.

The userguide module included in all Kohana releases also allows you to view the documentation locally. Once the userguide module is enabled in the bootstrap, it is accessible from your site via /index.php/guide (or just /guide if you are rewriting your URLs).

Reporting bugs

If you've stumbled across a bug, please help us out by reporting the bug you have found. Simply log in or register and submit a new issue, leaving as much information about the bug as possible, e.g.

  • Steps to reproduce
  • Expected result
  • Actual result

This will help us to fix the bug as quickly as possible, and if you'd like to fix it yourself feel free to fork us on GitHub and submit a pull request!