Utils which I frequently use in BetaKiller apps.
- Registry (trait + class)
Directory Kohana
contains some useful utils for Kohana-based apps:
- ORM with a lot of helpers
- Request (needs to be copied to
application/classes
directory because of Kohana bootstrap algorithm) - Response with helpers for handling AJAX requests + catching exceptions
More needs to be ported from original BetaKiller repo, but I need spare time for it.
Suggestions and PRs are welcome :)