batufa/system/classes
2009-06-13 16:35:54 -05:00
..
controller Tracking Request changes in the base controllers (SHA be1fe04e4d) 2009-05-01 16:46:39 -05:00
kohana Updated Kohana_Cache to use the global Kohana::$caching setting by default, and using the standard cache naming system 2009-06-12 21:12:06 -05:00
request Deleted Router, starting work on bootstrap, updated Request and Controller, and added Request_Exception 2009-02-28 11:42:02 +00:00
session Updated Session_Database to use the 'default' database group if no group is defined, rather than throwing an exception 2009-05-31 12:24:40 -05:00
arr.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
cli.php Added cli helper class 2009-04-09 16:58:15 -05:00
controller.php Tracking Request changes in the base controllers (SHA be1fe04e4d) 2009-05-01 16:46:39 -05:00
cookie.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
date.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
encrypt.php Ported Encrypt library from 2.4 2009-05-23 15:09:47 -05:00
file.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
form.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
html.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
i18n.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
inflector.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
kohana.php Caching should be disabled by default 2009-06-13 15:28:42 -05:00
model.php Added a missing comment and syntax error in Model 2009-04-09 15:46:12 -05:00
profiler.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
remote.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
request.php Added Request::redirect() as a redirect helper 2009-06-11 14:23:02 -05:00
route.php Updated some Route comments 2009-05-21 17:33:56 -05:00
security.php Fixed broken variable references in security::xss_clean() 2009-06-13 16:30:29 -05:00
session.php Updated Session library to allow a specific Encrypt instance to be used 2009-05-31 12:23:48 -05:00
text.php Ported text and form helpers from 2.4. Form helper will need the support of the URL helper, which has not been ported yet. 2009-05-21 13:03:57 -05:00
url.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
utf8.php Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
validate.php Removed valid and Validation classes, replaced with Validate. Completed filters, rules, and callbacks for Validate 2009-06-13 16:35:54 -05:00
view.php Fixing #1, thanks colinmollenhour! 2009-05-31 12:46:17 -05:00