aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/driver/driver.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11015] Fix some more whitespace in the driverIgor Wiedler2012-11-151-21/+21
| | | | PHPBB3-11015
* [ticket/11015] Fix line endings of phpbb_db_driver to LFIgor Wiedler2012-11-151-1021/+1021
| | | | PHPBB3-11015
* [ticket/11015] Fixup some things from the big mergeIgor Wiedler2012-11-121-4/+4
| | | | PHPBB3-11015
* [ticket/11015] Correctly set sql_layer in driver base classIgor Wiedler2012-07-211-1/+1
| | | | PHPBB3-11015
* [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-0/+1044
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