This is documentation for Kohana v2.3.x.
Cache - Caching library with multiple drivers
Image - Image manipulation library with GD and ImageMagick drivers
ORM - Object Relational Mapping library
Payment - Online payment library with multiple drivers
num - Number helper functions
expires - Client side caching headers helper
email - Helper for more easily using Swiftmailer
html::link() - Link tag helper
html::breadcrumb() - Breadcrumb helper
arr::binary_search() - Binary search helper
valid::standard_text() - Standard text helper
text::widont() - Widow word text helper
Auth - Authentication/Authorisation module
Forge -
FORm
GEneration module
PostgreSQL database driver
MySQLi database driver
Gzip compression
Added View::factory(), which creates a new instance and allows chaining.
Added Session::instance() to get the singleton
Added
URI→argument(),
URI→argument_array() and
URI→total_arguments()
Added cookie data to Profiler output
-
'include_paths' has been renamed to 'modules' in config/config.php
'autoload' has been renamed to 'preload' in config/config.php
index.php
is not included by default for html helpers
Removed num_rows() from the query result object. Use count($query) instead.
Database→join() parameters have changed