| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
There is no reason why db drivers must have a cache to work.
They query the database, that part works without caches.
PHPBB3-11305
|
|
|
|
|
|
|
| |
The only time $db is needed in cache drivers is to navigate the
result set in sql_save. Pass it as a parameter in that function.
PHPBB3-11037
|
|
|
|
| |
PHPBB3-11015
|
|
PHPBB3-11015
This allows us to just create the object without having to include the
driver first. However, it also means that users must specify the full
class name in config.php
|