1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12466] Move classes from acp_database.php to their own files

* Moving classes from acp_database.php to phpbb/db/extractor namespace,
   also into separate files
 * Adding DocBlocks and property visibility to classes
 * Removing globals from code
 * Passing former globals to base_extractor's constructor
 * Adding DB extractor as a service, also implementing the extractor interface
   as well as the extractor factory.

PHPBB3-12466
This commit is contained in:
MateBartus
2015-02-22 16:22:10 +01:00
parent 3657d7a85a
commit 193c5b86b4
13 changed files with 2350 additions and 1660 deletions

File diff suppressed because it is too large Load Diff