aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/class_loader.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-2/+9
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [ticket/11700] Implement namespace loading in the class loaderNils Adermann2013-07-141-31/+18
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-4/+4
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+170
PHPBB3-11698