stable

Clone or download

Read-only

request #11336 Front router for site home page

Move site home page code to a dedicated class to avoid mix of routing and "stuff" code. Change-Id: Ie67b42047cb6a7563fc3695832c7dcb3412451bf

Modified Files

Name
M src/common/Request/FrontRouter.php +52 −22 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/layout/SiteHomepageController.php +114 −0 Go to diff View file
M src/www/index.php +2 −88 Go to diff View file