1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 08:12:17 +02:00

[feature/controller] Update routing documentation for using query string

PHPBB3-10864
This commit is contained in:
David King 2012-11-18 13:40:24 -05:00
parent 53caf83233
commit 50a96a2a2d

View File

@ -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.
#