| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11037] Eliminate global $db usage in cache drivers. | Oleg Pudeyev | 2012-12-20 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
| * | [ticket/11015] Fixup some things from the big merge | Igor Wiedler | 2012-11-12 | 1 | -9/+9 |
| | | | | | PHPBB3-11015 | ||||
| * | [ticket/11015] Make DBAL classes autoloadable | Igor Wiedler | 2012-07-21 | 1 | -0/+491 |
| 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 | |||||
