Added cache module to default installation

This commit is contained in:
Woody Gilk 2010-05-25 07:07:08 -05:00
parent 98879c0c5b
commit 1ec496a96f
3 changed files with 7 additions and 3 deletions

3
.gitmodules vendored
View file

@ -22,3 +22,6 @@
[submodule "modules/userguide"]
path = modules/userguide
url = git://github.com/kohana/userguide.git
[submodule "modules/cache"]
path = modules/cache
url = git://github.com/kohana/cache.git

View file

@ -69,13 +69,13 @@ Kohana::$config->attach(new Kohana_Config_File);
*/
Kohana::modules(array(
// 'auth' => MODPATH.'auth', // Basic authentication
// 'cache' => MODPATH.'cache', // Caching with multiple backends
// 'codebench' => MODPATH.'codebench', // Benchmarking tool
'database' => MODPATH.'database', // Database access
// 'database' => MODPATH.'database', // Database access
// 'image' => MODPATH.'image', // Image manipulation
// 'orm' => MODPATH.'orm', // Object Relationship Mapping
// 'pagination' => MODPATH.'pagination', // Paging of results
'userguide' => MODPATH.'userguide', // User guide and API documentation
// 'sprig' => MODPATH.'sprig',
// 'userguide' => MODPATH.'userguide', // User guide and API documentation
));
/**

1
modules/cache Submodule

@ -0,0 +1 @@
Subproject commit 95e2b1479611eee409c5705b9b6989de2a647ac2