-
-
system/libraries/core/class.databasesessionhandler.inc.php (Diff revision 1) Maybe I dont picture it good but I would prefer a static method or even a simple getter to retrieve the path instead of a global var.
-
-
-
system/libraries/core/class.databasesessionhandler.inc.php (Diff revision 1) misnamed. We already know this is going to be a DAO so no need to keep calling it Model
-
-
system/libraries/core/class.databasesessionhandler.inc.php (Diff revision 3) I don't know what to put here... What's going to be the namespace for the session DAO??
-
Mostly fine
-
-
-
-
-
-
src/Lunr/Core/DataBaseSessionHandler.php (Diff revision 5) Maybe it could be a good idea to have a setter with fluid interface here? What do you think?
-
-
-
src/Lunr/Core/DataBaseSessionHandler.php (Diff revision 5) wrong caps. Should be DatabaseSessionHandler
-
src/Lunr/Core/DataBaseSessionHandler.php (Diff revision 5) Not really necessary to separate those by an empty line IMHO
-
-
-
-
src/Lunr/Core/Tests/DataBaseSessionHandlerBaseTest.php (Diff revision 5) Please align the object operator
-
-
-
-