This is documentation for Kohana v2.3.x.
Kohana is now PHP 5.2+ only.
New
Captcha : Generates and validates
captcha images
Database : Added Mssql driver
Payment : Added Paypal Pro driver
Session : Added Cache driver
Removed
Removed Loader :
$this→load
no longer available, see
loading
Changes
-
Database : Added in() and notin()
Database : Added config variable to turn off automatic query escaping. Defaults to TRUE
Database : Fixed a bug in in has_operator() to correctly detect IS NOT NULL
-
Cache : Configuration is now stored in groups as with Database
Pagination : Added pagination config groups
New
Added upload
Added format
Changes
New
Removed
Changes
Auth : Added Auth::logged_in() method
Auth : Added Auth::force_login() method
Auth : Autologin cookie has been renamed from 'autologin' to 'authautologin'
Auth : User_Model is now stored in session rather than the id, username and roles
Auth : 'auth' controller has been renamed to 'auth_demo'
New
Changes
Added core.render_stats : Enable or disable rendering strings like {execution_time}
in rendered output
Added log.prefix : Allows multiple applications to be logged into a single directory
Changed log.threshold order : 1 - errors, 2 - application alert, 3 - application info, 4 - debug
Removed core.preload : Preloading should now be done in the controller __construct
Removed core.allow_config_set : Config setting is always enabled
-
Removed cookie.prefix : Cookies can no longer be prefixed universally