aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/ext/foo/controller.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-1/+3
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [feature/controller] Remove empty __construct() methodDavid King2012-11-161-7/+0
| | | | PHPBB3-10864
* [feature/controller] Implement a front controllerDavid King2012-11-161-0/+23
PHPBB3-10864