mark_story
|
ef77e60cb0
|
Removing @subpackage tags, moving contents of @subpackage into @package.
Removing duplicate cake.cake in @package tags.
Renaming cake.app -> app
|
2010-12-24 14:09:57 -05:00 |
|
Mark Story
|
27ae7f1f44
|
Making session storage classes not static, there was no real reason they were static before, and removing the static methods allows them to have constructors. This will allow moving database specific features from CakeSession to DatabaseSession.
|
2010-09-06 00:43:58 -04:00 |
|
mark_story
|
b3febb483e
|
Fixing incorrect use of Cache::gc(). It has no parameters for now.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
951eeae817
|
Extracting handler location into a method.
Moving DatabaseSession and CacheSession into separate files. Tests to come soon.
|
2010-07-27 22:27:13 -04:00 |
|