aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/user_loader.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11103] dbal -> phpbb_db_driverNathan Guse2012-12-131-3/+3
| | | | PHPBB3-11103
* [ticket/11103] Some improvements to the user loaderNathan Guse2012-12-081-6/+111
| | | | PHPBB3-11103
* [ticket/11103] User Loader constructor docsNathan Guse2012-12-081-0/+8
| | | | PHPBB3-11103
* [ticket/11103] Newlines at end of filesNathan Guse2012-12-081-1/+1
| | | | PHPBB3-11103
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-0/+118
Create a very basic user loader class to handle querying/storing user data in a centralized location. Use DIC collection service for notification types/methods. Cleanup unused dependencies. Fix some other issues. PHPBB3-11103