Leenooks Customised Kohana
This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Deon George e3bfa19f3d Revert "Improvements to on() processing for upstream to review"
This reverts commit c570b45e49.

Breaks on() statements that have an aliased table name
2016-08-01 21:34:13 +10:00
modules Revert "Improvements to on() processing for upstream to review" 2016-08-01 21:34:13 +10:00
system Enabled having a default Model instead of needing Model_* files for each table. 2016-05-01 21:09:29 +10:00
vendor Kohana v3.3.0 2013-04-22 14:09:50 +10:00
.travis.yml Kohana v3.3.0 2013-04-22 14:09:50 +10:00
composer.json Kohana v3.3.5 2016-05-01 20:50:24 +10:00
composer.lock Kohana v3.3.0 2013-04-22 14:09:50 +10:00
composer.phar Kohana v3.3.0 2013-04-22 14:09:50 +10:00
CONTRIBUTING.md Kohana v3.3.5 2016-05-01 20:50:24 +10:00
install.php Kohana v3.3.0 2013-04-22 14:09:50 +10:00
LICENSE.md Kohana v3.3.0 2013-04-22 14:09:50 +10:00
README.md Kohana v3.3.0 2013-04-22 14:09:50 +10: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!