diff options
author | David King <imkingdavid@gmail.com> | 2012-11-18 13:40:24 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-11-18 13:40:24 -0500 |
commit | 50a96a2a2d25734e3df451b0f821817213f085e6 (patch) | |
tree | 5318ce5675f171546b6bf54e222b4bf719762146 /phpBB/config/routing.yml | |
parent | 53caf83233c962adbb68dcfb0f8172ebf788b8f7 (diff) | |
download | forums-50a96a2a2d25734e3df451b0f821817213f085e6.tar forums-50a96a2a2d25734e3df451b0f821817213f085e6.tar.gz forums-50a96a2a2d25734e3df451b0f821817213f085e6.tar.bz2 forums-50a96a2a2d25734e3df451b0f821817213f085e6.tar.xz forums-50a96a2a2d25734e3df451b0f821817213f085e6.zip |
[feature/controller] Update routing documentation for using query string
PHPBB3-10864
Diffstat (limited to 'phpBB/config/routing.yml')
-rw-r--r-- | phpBB/config/routing.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/routing.yml b/phpBB/config/routing.yml index f6f728fa47..d8e890d063 100644 --- a/phpBB/config/routing.yml +++ b/phpBB/config/routing.yml @@ -4,6 +4,6 @@ # pattern: /foo # defaults: { _controller: foo_sevice:method } # -# The above will be accessed via app.php/foo and it will instantiate the -# "foo_service" service and call the "method" method. +# The above will be accessed via app.php?controller=foo and it will +# instantiate the "foo_service" service and call the "method" method. # |